Html Css Color HEX #42D804 Kelly Green

📋 copy color: '#42D804'

red 66 ◦ green 216 ◦ blue 4

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

Shades of Kelly Green #42D804

Tints of Kelly Green #42D804

RGB

 RED value IS 66 (26.17% from 255) = 23.08%

 GREEN value IS 216 (84.77% from 255) = 75.52%

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

R = 23.08%
G = 75.52%
B = 1.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#42D804 (or 0x42D804) is known color: Kelly Green. HEX triplet: 42, D8 and 04. RGB value is (66,216,4). Sum of RGB (Red+Green+Blue) = 66+216+4=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 216 (84.77% from 255 or 75.52% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 216 - color contains mainly: green. Hex color #42D804 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D804 is #BD27FB. Grayscale: #939393. Windows color (decimal): -12396540 or 317506. OLE color: 317506.

HSL color Cylindrical-coordinate representation of color #42D804: hue angle of 102.45º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42D804 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 216 4 -
CMYK 0.69 0 0.98 0.15
HSL 102.45º 0.96% 0.43% -
HSV(B) 102.45º 0.98% 0.85% -
XYZ 26.82 50.28 8.41 -
YUV 146.98 47.31 70.24 -
System Red Green Blue C M Y K H S L
Decimal 66 216 4 0.69 0 0.98 0.15 102.45 0.96 0.43
Hex 42 D8 4 45 0 62 F 66 60 2B
Octal 102 330 4 105 0 142 17 146 140 53
Binary 1000010 11011000 100 1000101 0 1100010 1111 1100110 1100000 101011

Color Harmonies of #42D804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D804

Black with #42D804

Text Example


Text Example

White with #42D804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42D804; }

 p { color: rgb(66,216,4); }

 H1.HeaderClassName
 {
   color: #42D804;
 }
 .AnyTagClassName
 {
   color: #42D804;
 }
</style>

background-color css

<style>
 a { background-color: #42D804; }

 a { background-color: rgb(66,216,4); }

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

border-color css

<style>
 span { border-color: #42D804; }

 span { border-color: rgb(66,216,4); }

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