Html Css Color HEX #42DC10 Kelly Green

📋 copy color: '#42DC10'

red 66 ◦ green 220 ◦ blue 16

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

Shades of Kelly Green #42DC10

Tints of Kelly Green #42DC10

RGB

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

 GREEN value IS 220 (86.33% from 255) = 72.85%

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

R = 21.85%
G = 72.85%
B = 5.3%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#42DC10 (or 0x42DC10) is known color: Kelly Green. HEX triplet: 42, DC and 10. RGB value is (66,220,16). Sum of RGB (Red+Green+Blue) = 66+220+16=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 220 (86.33% from 255 or 72.85% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DC10 is #BD23EF. Grayscale: #979797. Windows color (decimal): -12395504 or 1104962. OLE color: 1104962.

HSL color Cylindrical-coordinate representation of color #42DC10: hue angle of 105.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42DC10 is Cyan = 0.7, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 220 16 -
CMYK 0.7 0 0.93 0.14
HSL 105.29º 0.86% 0.46% -
HSV(B) 105.29º 0.93% 0.86% -
XYZ 27.93 52.38 9.13 -
YUV 150.7 51.98 67.59 -
System Red Green Blue C M Y K H S L
Decimal 66 220 16 0.7 0 0.93 0.14 105.29 0.86 0.46
Hex 42 DC 10 46 0 5D E 69 56 2E
Octal 102 334 20 106 0 135 16 151 126 56
Binary 1000010 11011100 10000 1000110 0 1011101 1110 1101001 1010110 101110

Color Harmonies of #42DC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DC10

Black with #42DC10

Text Example


Text Example

White with #42DC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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