Html Css Color HEX #86F084 Light Green

📋 copy color: '#86F084'

red 134 ◦ green 240 ◦ blue 132

#86F084
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #86F084

Tints of Light Green #86F084

RGB

 RED value IS 134 (52.73% from 255) = 26.48%

 GREEN value IS 240 (94.14% from 255) = 47.43%

 BLUE value IS 132 (51.95% from 255) = 26.09%

R = 26.48%
G = 47.43%
B = 26.09%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#86F084 (or 0x86F084) is known color: Light Green. HEX triplet: 86, F0 and 84. RGB value is (134,240,132). Sum of RGB (Red+Green+Blue) = 134+240+132=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #86F084 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F084 is #790F7B. Grayscale: #C4C4C4. Windows color (decimal): -7933820 or 8712326. OLE color: 8712326.

HSL color Cylindrical-coordinate representation of color #86F084: hue angle of 118.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F084 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 240 132 -
CMYK 0.44 0 0.45 0.06
HSL 118.89º 0.78% 0.73% -
HSV(B) 118.89º 0.45% 0.94% -
XYZ 45.16 69.05 32.78 -
YUV 195.99 91.88 83.78 -
System Red Green Blue C M Y K H S L
Decimal 134 240 132 0.44 0 0.45 0.06 118.89 0.78 0.73
Hex 86 F0 84 2C 0 2D 6 77 4E 49
Octal 206 360 204 54 0 55 6 167 116 111
Binary 10000110 11110000 10000100 101100 0 101101 110 1110111 1001110 1001001

Color Harmonies of #86F084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F084

Black with #86F084

Text Example


Text Example

White with #86F084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86F084; }

 p { color: rgb(134,240,132); }

 H1.HeaderClassName
 {
   color: #86F084;
 }
 .AnyTagClassName
 {
   color: #86F084;
 }
</style>

background-color css

<style>
 a { background-color: #86F084; }

 a { background-color: rgb(134,240,132); }

 div.DivClassName
 {
   background-color: #86F084;
 }
 .BgClassName
 {
   background-color: #86F084;
 }
</style>

border-color css

<style>
 span { border-color: #86F084; }

 span { border-color: rgb(134,240,132); }

 td.TdClassName
 {
   border-color: #86F084;
 }
 .TagClassName
 {
   border-color: #86F084;
 }
</style>