#34B70C

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

Shades of Kelly Green #34B70C

Tints of Kelly Green #34B70C

Color information

#34B70C (or 0x34B70C) is unknown color: approx Kelly Green. HEX triplet: 34, B7 and 0C. RGB value is (52,183,12). Sum of RGB (Red+Green+Blue) = 52+183+12=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 183 (71.88% from 255 or 74.09% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 183 - color contains mainly: green. Hex color #34B70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34B70C is #CB48F3. Grayscale: #7C7C7C. Windows color (decimal): -13322484 or 833332. OLE color: 833332.

HSL color Cylindrical-coordinate representation of color #34B70C: hue angle of 105.96º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34B70C is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB5218312-
CMYK0.7200.930.28
HSL105.96º87.69%38.24%-
HSV(B)105.96º93.44%71.76%-
XYZ18.4234.626.06-
YUV124.3464.676.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 183 (71.88% from 255) = 74.09%
BLUE value IS 12 (5.08% from 255) = 4.86%
R=21.05%
G=74.09%
B=4.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52183120.7200.930.28105.9687.6938.24
Hex34B7C4805D1C6a5826
Octal642671411001353415213046
Binary1101001011011111001001000010111011110011010101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,183,12); }

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

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

 a { background-color: rgb(52,183,12); }

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

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

 span { border-color: rgb(52,183,12); }

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