#42B905

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

Shades of Kelly Green #42B905

Tints of Kelly Green #42B905

Color information

#42B905 (or 0x42B905) is unknown color: approx Kelly Green. HEX triplet: 42, B9 and 05. RGB value is (66,185,5). Sum of RGB (Red+Green+Blue) = 66+185+5=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 185 (72.66% from 255 or 72.27% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 185 - color contains mainly: green. Hex color #42B905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B905 is #BD46FA. Grayscale: #818181. Windows color (decimal): -12404475 or 375106. OLE color: 375106.

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

Color convert

RGB661855-
CMYK0.6400.970.27
HSL99.67º94.74%37.25%-
HSV(B)99.67º97.3%72.55%-
XYZ19.6235.876.03-
YUV128.958.0883.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 185 (72.66% from 255) = 72.27%
BLUE value IS 5 (2.34% from 255) = 1.95%
R=25.78%
G=72.27%
B=1.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6618550.6400.970.2799.6794.7437.25
Hex42B95400611B645f25
Octal102271510001413314413745
Binary1000010101110011011000000011000011101111001001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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