Html Css Color HEX #42DD19 Kelly Green

📋 copy color: '#42DD19'

red 66 ◦ green 221 ◦ blue 25

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

Shades of Kelly Green #42DD19

Tints of Kelly Green #42DD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.01%

R = 21.15%
G = 70.83%
B = 8.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#42DD19 (or 0x42DD19) is known color: Kelly Green. HEX triplet: 42, DD and 19. RGB value is (66,221,25). Sum of RGB (Red+Green+Blue) = 66+221+25=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DD19 is #BD22E6. Grayscale: #989898. Windows color (decimal): -12395239 or 1695042. OLE color: 1695042.

HSL color Cylindrical-coordinate representation of color #42DD19: hue angle of 107.45º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42DD19 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 221 25 -
CMYK 0.70 0 0.89 0.13
HSL 107.45º 0.8% 0.48% -
HSV(B) 107.45º 0.89% 0.87% -
XYZ 28.28 52.94 9.65 -
YUV 152.31 56.15 66.44 -
System Red Green Blue C M Y K H S L
Decimal 66 221 25 0.70 0 0.89 0.13 107.45 0.8 0.48
Hex 42 DD 19 46 0 59 D 6B 50 30
Octal 102 335 31 106 0 131 15 153 120 60
Binary 1000010 11011101 11001 1000110 0 1011001 1101 1101011 1010000 110000

Color Harmonies of #42DD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DD19

Black with #42DD19

Text Example


Text Example

White with #42DD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,221,25); }

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

background-color css

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

 a { background-color: rgb(66,221,25); }

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

border-color css

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

 span { border-color: rgb(66,221,25); }

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