Html Css Color HEX #42DE16 Kelly Green

📋 copy color: '#42DE16'

red 66 ◦ green 222 ◦ blue 22

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

Shades of Kelly Green #42DE16

Tints of Kelly Green #42DE16

RGB

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

 GREEN value IS 222 (87.11% from 255) = 71.61%

 BLUE value IS 22 (8.98% from 255) = 7.1%

R = 21.29%
G = 71.61%
B = 7.1%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#42DE16 (or 0x42DE16) is known color: Kelly Green. HEX triplet: 42, DE and 16. RGB value is (66,222,22). Sum of RGB (Red+Green+Blue) = 66+222+22=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 222 (87.11% from 255 or 71.61% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DE16 is #BD21E9. Grayscale: #999999. Windows color (decimal): -12394986 or 1498690. OLE color: 1498690.

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

Color convert

RGB 66 222 22 -
CMYK 0.70 0 0.90 0.13
HSL 106.8º 0.82% 0.48% -
HSV(B) 106.8º 0.9% 0.87% -
XYZ 28.51 53.46 9.57 -
YUV 152.56 54.32 66.26 -
System Red Green Blue C M Y K H S L
Decimal 66 222 22 0.70 0 0.90 0.13 106.8 0.82 0.48
Hex 42 DE 16 46 0 5A D 6B 52 30
Octal 102 336 26 106 0 132 15 153 122 60
Binary 1000010 11011110 10110 1000110 0 1011010 1101 1101011 1010010 110000

Color Harmonies of #42DE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DE16

Black with #42DE16

Text Example


Text Example

White with #42DE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,222,22); }

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

background-color css

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

 a { background-color: rgb(66,222,22); }

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

border-color css

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

 span { border-color: rgb(66,222,22); }

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