Html Css Color HEX #42D112 Kelly Green

📋 copy color: '#42D112'

red 66 ◦ green 209 ◦ blue 18

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

Shades of Kelly Green #42D112

Tints of Kelly Green #42D112

RGB

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

 GREEN value IS 209 (82.03% from 255) = 71.33%

 BLUE value IS 18 (7.42% from 255) = 6.14%

R = 22.53%
G = 71.33%
B = 6.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#42D112 (or 0x42D112) is known color: Kelly Green. HEX triplet: 42, D1 and 12. RGB value is (66,209,18). Sum of RGB (Red+Green+Blue) = 66+209+18=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 209 (82.03% from 255 or 71.33% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 209 - color contains mainly: green. Hex color #42D112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D112 is #BD2EED. Grayscale: #919191. Windows color (decimal): -12398318 or 1233218. OLE color: 1233218.

HSL color Cylindrical-coordinate representation of color #42D112: hue angle of 104.92º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42D112 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 209 18 -
CMYK 0.68 0 0.91 0.18
HSL 104.92º 0.84% 0.45% -
HSV(B) 104.92º 0.91% 0.82% -
XYZ 25.16 46.8 8.28 -
YUV 144.47 56.62 72.03 -
System Red Green Blue C M Y K H S L
Decimal 66 209 18 0.68 0 0.91 0.18 104.92 0.84 0.45
Hex 42 D1 12 44 0 5B 12 69 54 2D
Octal 102 321 22 104 0 133 22 151 124 55
Binary 1000010 11010001 10010 1000100 0 1011011 10010 1101001 1010100 101101

Color Harmonies of #42D112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D112

Black with #42D112

Text Example


Text Example

White with #42D112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,209,18); }

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

background-color css

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

 a { background-color: rgb(66,209,18); }

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

border-color css

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

 span { border-color: rgb(66,209,18); }

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