Html Css Color HEX #8CDD04 Lawn Green

📋 copy color: '#8CDD04'

red 140 ◦ green 221 ◦ blue 4

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

Shades of Lawn Green #8CDD04

Tints of Lawn Green #8CDD04

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.55%

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 38.36%
G = 60.55%
B = 1.1%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#8CDD04 (or 0x8CDD04) is known color: Lawn Green. HEX triplet: 8C, DD and 04. RGB value is (140,221,4). Sum of RGB (Red+Green+Blue) = 140+221+4=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CDD04 is #7322FB. Grayscale: #ACACAC. Windows color (decimal): -7545596 or 318860. OLE color: 318860.

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

Color convert

RGB 140 221 4 -
CMYK 0.37 0 0.98 0.13
HSL 82.4º 0.96% 0.44% -
HSV(B) 82.4º 0.98% 0.87% -
XYZ 36.69 57.3 9.24 -
YUV 172.04 33.16 105.14 -
System Red Green Blue C M Y K H S L
Decimal 140 221 4 0.37 0 0.98 0.13 82.4 0.96 0.44
Hex 8C DD 4 25 0 62 D 52 60 2C
Octal 214 335 4 45 0 142 15 122 140 54
Binary 10001100 11011101 100 100101 0 1100010 1101 1010010 1100000 101100

Color Harmonies of #8CDD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDD04

Black with #8CDD04

Text Example


Text Example

White with #8CDD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,221,4); }

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

background-color css

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

 a { background-color: rgb(140,221,4); }

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

border-color css

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

 span { border-color: rgb(140,221,4); }

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