#42b316

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

Shades of Kelly Green #42B316

Tints of Kelly Green #42B316

Color information

#42B316 (or 0x42B316) is unknown color: approx Kelly Green. HEX triplet: 42, B3 and 16. RGB value is (66,179,22). Sum of RGB (Red+Green+Blue) = 66+179+22=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 179 (70.31% from 255 or 67.04% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 179 - color contains mainly: green. Hex color #42B316 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B316 is #BD4CE9. Grayscale: #7F7F7F. Windows color (decimal): -12405994 or 1487682. OLE color: 1487682.

HSL color Cylindrical-coordinate representation of color #42B316: hue angle of 103.18º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42B316 is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB6617922-
CMYK0.6300.880.30
HSL103.18º78.11%39.41%-
HSV(B)103.18º87.71%70.2%-
XYZ18.5133.466.24-
YUV127.3168.5684.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 179 (70.31% from 255) = 67.04%
BLUE value IS 22 (8.98% from 255) = 8.24%
R=24.72%
G=67.04%
B=8.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal66179220.6300.880.30103.1878.1139.41
Hex42B3163F0581E674e27
Octal102263267701303614711647
Binary10000101011001110110111111010110001111011001111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42b316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,179,22); }

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

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

 a { background-color: rgb(66,179,22); }

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

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

 span { border-color: rgb(66,179,22); }

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