#42B904

Color #42B904 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #42B904

Tints of Kelly Green #42B904

Color information

#42B904 (or 0x42B904) is unknown color: approx Kelly Green. HEX triplet: 42, B9 and 04. RGB value is (66,185,4). Sum of RGB (Red+Green+Blue) = 66+185+4=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 185 (72.66% from 255 or 72.55% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 185 - color contains mainly: green. Hex color #42B904 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B904 is #BD46FB. Grayscale: #818181. Windows color (decimal): -12404476 or 309570. OLE color: 309570.

HSL color Cylindrical-coordinate representation of color #42B904: hue angle of 99.45º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42B904 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB661854-
CMYK0.6400.980.27
HSL99.45º95.77%37.06%-
HSV(B)99.45º97.84%72.55%-
XYZ19.6235.866-
YUV128.7857.5883.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 185 (72.66% from 255) = 72.55%
BLUE value IS 4 (1.95% from 255) = 1.57%
R=25.88%
G=72.55%
B=1.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6618540.6400.980.2799.4595.7737.06
Hex42B94400621B636025
Octal102271410001423314314045
Binary1000010101110011001000000011000101101111000111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,185,4); }

 H1.HeaderClassName
 {
   color: #42B904;
 }
 .AnyTagClassName
 {
   color: #42B904;
 }
</style>
background-color css

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

 a { background-color: rgb(66,185,4); }

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

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

 span { border-color: rgb(66,185,4); }

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