Html Css Color HEX #42DB14 Kelly Green

📋 copy color: '#42DB14'

red 66 ◦ green 219 ◦ blue 20

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

Shades of Kelly Green #42DB14

Tints of Kelly Green #42DB14

RGB

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

 GREEN value IS 219 (85.94% from 255) = 71.8%

 BLUE value IS 20 (8.2% from 255) = 6.56%

R = 21.64%
G = 71.8%
B = 6.56%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#42DB14 (or 0x42DB14) is known color: Kelly Green. HEX triplet: 42, DB and 14. RGB value is (66,219,20). Sum of RGB (Red+Green+Blue) = 66+219+20=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 219 (85.94% from 255 or 71.80% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 219 - color contains mainly: green. Hex color #42DB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DB14 is #BD24EB. Grayscale: #979797. Windows color (decimal): -12395756 or 1366850. OLE color: 1366850.

HSL color Cylindrical-coordinate representation of color #42DB14: hue angle of 106.13º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42DB14 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 219 20 -
CMYK 0.70 0 0.91 0.14
HSL 106.13º 0.83% 0.47% -
HSV(B) 106.13º 0.91% 0.86% -
XYZ 27.7 51.87 9.21 -
YUV 150.57 54.31 67.68 -
System Red Green Blue C M Y K H S L
Decimal 66 219 20 0.70 0 0.91 0.14 106.13 0.83 0.47
Hex 42 DB 14 46 0 5B E 6A 53 2F
Octal 102 333 24 106 0 133 16 152 123 57
Binary 1000010 11011011 10100 1000110 0 1011011 1110 1101010 1010011 101111

Color Harmonies of #42DB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DB14

Black with #42DB14

Text Example


Text Example

White with #42DB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,219,20); }

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

background-color css

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

 a { background-color: rgb(66,219,20); }

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

border-color css

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

 span { border-color: rgb(66,219,20); }

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