#34B512

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

Shades of Kelly Green #34B512

Tints of Kelly Green #34B512

Color information

#34B512 (or 0x34B512) is unknown color: approx Kelly Green. HEX triplet: 34, B5 and 12. RGB value is (52,181,18). Sum of RGB (Red+Green+Blue) = 52+181+18=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 181 (71.09% from 255 or 72.11% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 181 - color contains mainly: green. Hex color #34B512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34B512 is #CB4AED. Grayscale: #7C7C7C. Windows color (decimal): -13322990 or 1226036. OLE color: 1226036.

HSL color Cylindrical-coordinate representation of color #34B512: hue angle of 107.48º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34B512 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB5218118-
CMYK0.7100.900.29
HSL107.48º81.91%39.02%-
HSV(B)107.48º90.06%70.98%-
XYZ18.0533.826.15-
YUV123.8568.2676.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 181 (71.09% from 255) = 72.11%
BLUE value IS 18 (7.42% from 255) = 7.17%
R=20.72%
G=72.11%
B=7.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52181180.7100.900.29107.4881.9139.02
Hex34B5124705A1D6b5227
Octal642652210701323515312247
Binary11010010110101100101000111010110101110111010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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