Html Css Color HEX #8CDC05 Lawn Green

📋 copy color: '#8CDC05'

red 140 ◦ green 220 ◦ blue 5

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

Shades of Lawn Green #8CDC05

Tints of Lawn Green #8CDC05

RGB

 RED value IS 140 (55.08% from 255) = 38.36%

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

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 38.36%
G = 60.27%
B = 1.37%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#8CDC05 (or 0x8CDC05) is known color: Lawn Green. HEX triplet: 8C, DC and 05. RGB value is (140,220,5). Sum of RGB (Red+Green+Blue) = 140+220+5=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CDC05 is #7323FA. Grayscale: #ACACAC. Windows color (decimal): -7545851 or 384140. OLE color: 384140.

HSL color Cylindrical-coordinate representation of color #8CDC05: hue angle of 82.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CDC05 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 220 5 -
CMYK 0.36 0 0.98 0.14
HSL 82.33º 0.96% 0.44% -
HSV(B) 82.33º 0.98% 0.86% -
XYZ 36.44 56.77 9.18 -
YUV 171.57 34 105.48 -
System Red Green Blue C M Y K H S L
Decimal 140 220 5 0.36 0 0.98 0.14 82.33 0.96 0.44
Hex 8C DC 5 24 0 62 E 52 60 2C
Octal 214 334 5 44 0 142 16 122 140 54
Binary 10001100 11011100 101 100100 0 1100010 1110 1010010 1100000 101100

Color Harmonies of #8CDC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC05

Black with #8CDC05

Text Example


Text Example

White with #8CDC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CDC05; }

 p { color: rgb(140,220,5); }

 H1.HeaderClassName
 {
   color: #8CDC05;
 }
 .AnyTagClassName
 {
   color: #8CDC05;
 }
</style>

background-color css

<style>
 a { background-color: #8CDC05; }

 a { background-color: rgb(140,220,5); }

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

border-color css

<style>
 span { border-color: #8CDC05; }

 span { border-color: rgb(140,220,5); }

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