#34CA16

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

Shades of Kelly Green #34CA16

Tints of Kelly Green #34CA16

Color information

#34CA16 (or 0x34CA16) is unknown color: approx Kelly Green. HEX triplet: 34, CA and 16. RGB value is (52,202,22). Sum of RGB (Red+Green+Blue) = 52+202+22=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 202 (79.30% from 255 or 73.19% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34CA16 is #CB35E9. Grayscale: #898989. Windows color (decimal): -13317610 or 1493556. OLE color: 1493556.

HSL color Cylindrical-coordinate representation of color #34CA16: hue angle of 110º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34CA16 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB5220222-
CMYK0.7400.890.21
HSL110º80.36%43.92%-
HSV(B)110º89.11%79.22%-
XYZ22.6843.037.87-
YUV136.6363.367.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 202 (79.30% from 255) = 73.19%
BLUE value IS 22 (8.98% from 255) = 7.97%
R=18.84%
G=73.19%
B=7.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52202220.7400.890.2111080.3643.92
Hex34CA164A059156e502c
Octal643122611201312515612054
Binary11010011001010101101001010010110011010111011101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34CA16; }

 p { color: rgb(52,202,22); }

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

<style>
 a { background-color: #34CA16; }

 a { background-color: rgb(52,202,22); }

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

<style>
 span { border-color: #34CA16; }

 span { border-color: rgb(52,202,22); }

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