Html Css Color HEX #86F002 Lawn Green

📋 copy color: '#86F002'

red 134 ◦ green 240 ◦ blue 2

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

Shades of Lawn Green #86F002

Tints of Lawn Green #86F002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 35.64%
G = 63.83%
B = 0.53%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#86F002 (or 0x86F002) is known color: Lawn Green. HEX triplet: 86, F0 and 02. RGB value is (134,240,2). Sum of RGB (Red+Green+Blue) = 134+240+2=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 240 (94.14% from 255 or 63.83% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 240 - color contains mainly: green. Hex color #86F002 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F002 is #790FFD. Grayscale: #B6B6B6. Windows color (decimal): -7933950 or 192646. OLE color: 192646.

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

Color convert

RGB 134 240 2 -
CMYK 0.44 0 0.99 0.06
HSL 86.72º 0.98% 0.47% -
HSV(B) 86.72º 0.99% 0.94% -
XYZ 41 67.39 10.9 -
YUV 181.17 26.88 94.35 -
System Red Green Blue C M Y K H S L
Decimal 134 240 2 0.44 0 0.99 0.06 86.72 0.98 0.47
Hex 86 F0 2 2C 0 63 6 57 62 2F
Octal 206 360 2 54 0 143 6 127 142 57
Binary 10000110 11110000 10 101100 0 1100011 110 1010111 1100010 101111

Color Harmonies of #86F002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F002

Black with #86F002

Text Example


Text Example

White with #86F002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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