#42B716

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

Shades of Kelly Green #42B716

Tints of Kelly Green #42B716

Color information

#42B716 (or 0x42B716) is unknown color: approx Kelly Green. HEX triplet: 42, B7 and 16. RGB value is (66,183,22). Sum of RGB (Red+Green+Blue) = 66+183+22=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 183 (71.88% from 255 or 67.53% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 183 - color contains mainly: green. Hex color #42B716 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B716 is #BD48E9. Grayscale: #828282. Windows color (decimal): -12404970 or 1488706. OLE color: 1488706.

HSL color Cylindrical-coordinate representation of color #42B716: hue angle of 103.6º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42B716 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB6618322-
CMYK0.6400.880.28
HSL103.6º78.54%40.2%-
HSV(B)103.6º87.98%71.76%-
XYZ19.3335.086.51-
YUV129.6667.2482.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 183 (71.88% from 255) = 67.53%
BLUE value IS 22 (8.98% from 255) = 8.12%
R=24.35%
G=67.53%
B=8.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal66183220.6400.880.28103.678.5440.2
Hex42B716400581C684f28
Octal1022672610001303415011750
Binary100001010110111101101000000010110001110011010001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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