Html Css Color HEX #42D010 Kelly Green

📋 copy color: '#42D010'

red 66 ◦ green 208 ◦ blue 16

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

Shades of Kelly Green #42D010

Tints of Kelly Green #42D010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 71.72%

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

R = 22.76%
G = 71.72%
B = 5.52%

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

#42D010 (or 0x42D010) is known color: Kelly Green. HEX triplet: 42, D0 and 10. RGB value is (66,208,16). Sum of RGB (Red+Green+Blue) = 66+208+16=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 208 (81.64% from 255 or 71.72% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 208 - color contains mainly: green. Hex color #42D010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D010 is #BD2FEF. Grayscale: #909090. Windows color (decimal): -12398576 or 1101890. OLE color: 1101890.

HSL color Cylindrical-coordinate representation of color #42D010: hue angle of 104.38º 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 #42D010 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 208 16 -
CMYK 0.68 0 0.92 0.18
HSL 104.38º 0.86% 0.44% -
HSV(B) 104.38º 0.92% 0.82% -
XYZ 24.9 46.31 8.12 -
YUV 143.65 55.96 72.61 -
System Red Green Blue C M Y K H S L
Decimal 66 208 16 0.68 0 0.92 0.18 104.38 0.86 0.44
Hex 42 D0 10 44 0 5C 12 68 56 2C
Octal 102 320 20 104 0 134 22 150 126 54
Binary 1000010 11010000 10000 1000100 0 1011100 10010 1101000 1010110 101100

Color Harmonies of #42D010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D010

Black with #42D010

Text Example


Text Example

White with #42D010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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