Html Css Color HEX #42C009 Kelly Green

📋 copy color: '#42C009'

red 66 ◦ green 192 ◦ blue 9

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

Shades of Kelly Green #42C009

Tints of Kelly Green #42C009

RGB

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

 GREEN value IS 192 (75.39% from 255) = 71.91%

 BLUE value IS 9 (3.91% from 255) = 3.37%

R = 24.72%
G = 71.91%
B = 3.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#42C009 (or 0x42C009) is known color: Kelly Green. HEX triplet: 42, C0 and 09. RGB value is (66,192,9). Sum of RGB (Red+Green+Blue) = 66+192+9=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 192 (75.39% from 255 or 71.91% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 192 - color contains mainly: green. Hex color #42C009 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C009 is #BD3FF6. Grayscale: #868686. Windows color (decimal): -12402679 or 639042. OLE color: 639042.

HSL color Cylindrical-coordinate representation of color #42C009: hue angle of 101.31º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42C009 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 192 9 -
CMYK 0.66 0 0.95 0.25
HSL 101.31º 0.91% 0.39% -
HSV(B) 101.31º 0.95% 0.75% -
XYZ 21.15 38.88 6.65 -
YUV 133.46 57.76 79.88 -
System Red Green Blue C M Y K H S L
Decimal 66 192 9 0.66 0 0.95 0.25 101.31 0.91 0.39
Hex 42 C0 9 42 0 5F 19 65 5B 27
Octal 102 300 11 102 0 137 31 145 133 47
Binary 1000010 11000000 1001 1000010 0 1011111 11001 1100101 1011011 100111

Color Harmonies of #42C009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C009

Black with #42C009

Text Example


Text Example

White with #42C009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,192,9); }

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

background-color css

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

 a { background-color: rgb(66,192,9); }

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

border-color css

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

 span { border-color: rgb(66,192,9); }

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