#34C412

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

Shades of Kelly Green #34C412

Tints of Kelly Green #34C412

Color information

#34C412 (or 0x34C412) is unknown color: approx Kelly Green. HEX triplet: 34, C4 and 12. RGB value is (52,196,18). Sum of RGB (Red+Green+Blue) = 52+196+18=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 196 (76.95% from 255 or 73.68% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 196 - color contains mainly: green. Hex color #34C412 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34C412 is #CB3BED. Grayscale: #858585. Windows color (decimal): -13319150 or 1229876. OLE color: 1229876.

HSL color Cylindrical-coordinate representation of color #34C412: hue angle of 108.54º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34C412 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB5219618-
CMYK0.7300.910.23
HSL108.54º83.18%41.96%-
HSV(B)108.54º90.82%76.86%-
XYZ21.2740.257.22-
YUV132.6563.2970.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 196 (76.95% from 255) = 73.68%
BLUE value IS 18 (7.42% from 255) = 6.77%
R=19.55%
G=73.68%
B=6.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal52196180.7300.910.23108.5483.1841.96
Hex34C4124905B176d532a
Octal643042211101332715512352
Binary11010011000100100101001001010110111011111011011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,196,18); }

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

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

 a { background-color: rgb(52,196,18); }

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

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

 span { border-color: rgb(52,196,18); }

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