Html Css Color HEX #86DC08 Lawn Green

📋 copy color: '#86DC08'

red 134 ◦ green 220 ◦ blue 8

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

Shades of Lawn Green #86DC08

Tints of Lawn Green #86DC08

RGB

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

 GREEN value IS 220 (86.33% from 255) = 60.77%

 BLUE value IS 8 (3.52% from 255) = 2.21%

R = 37.02%
G = 60.77%
B = 2.21%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#86DC08 (or 0x86DC08) is known color: Lawn Green. HEX triplet: 86, DC and 08. RGB value is (134,220,8). Sum of RGB (Red+Green+Blue) = 134+220+8=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86DC08 is #7923F7. Grayscale: #AAAAAA. Windows color (decimal): -7939064 or 580742. OLE color: 580742.

HSL color Cylindrical-coordinate representation of color #86DC08: hue angle of 84.34º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86DC08 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 220 8 -
CMYK 0.39 0 0.96 0.14
HSL 84.34º 0.93% 0.45% -
HSV(B) 84.34º 0.96% 0.86% -
XYZ 35.47 56.27 9.22 -
YUV 170.12 36.51 102.24 -
System Red Green Blue C M Y K H S L
Decimal 134 220 8 0.39 0 0.96 0.14 84.34 0.93 0.45
Hex 86 DC 8 27 0 60 E 54 5D 2D
Octal 206 334 10 47 0 140 16 124 135 55
Binary 10000110 11011100 1000 100111 0 1100000 1110 1010100 1011101 101101

Color Harmonies of #86DC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DC08

Black with #86DC08

Text Example


Text Example

White with #86DC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,220,8); }

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

background-color css

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

 a { background-color: rgb(134,220,8); }

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

border-color css

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

 span { border-color: rgb(134,220,8); }

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