Html Css Color HEX #42D110 Kelly Green

📋 copy color: '#42D110'

red 66 ◦ green 209 ◦ blue 16

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

Shades of Kelly Green #42D110

Tints of Kelly Green #42D110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.5%

R = 22.68%
G = 71.82%
B = 5.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#42D110 (or 0x42D110) is known color: Kelly Green. HEX triplet: 42, D1 and 10. RGB value is (66,209,16). Sum of RGB (Red+Green+Blue) = 66+209+16=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 209 (82.03% from 255 or 71.82% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 209 - color contains mainly: green. Hex color #42D110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D110 is #BD2EEF. Grayscale: #909090. Windows color (decimal): -12398320 or 1102146. OLE color: 1102146.

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

Color convert

RGB 66 209 16 -
CMYK 0.68 0 0.92 0.18
HSL 104.46º 0.86% 0.44% -
HSV(B) 104.46º 0.92% 0.82% -
XYZ 25.14 46.8 8.2 -
YUV 144.24 55.62 72.19 -
System Red Green Blue C M Y K H S L
Decimal 66 209 16 0.68 0 0.92 0.18 104.46 0.86 0.44
Hex 42 D1 10 44 0 5C 12 68 56 2C
Octal 102 321 20 104 0 134 22 150 126 54
Binary 1000010 11010001 10000 1000100 0 1011100 10010 1101000 1010110 101100

Color Harmonies of #42D110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D110

Black with #42D110

Text Example


Text Example

White with #42D110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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