#34d10d

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

Shades of Kelly Green #34D10D

Tints of Kelly Green #34D10D

Color information

#34D10D (or 0x34D10D) is unknown color: approx Kelly Green. HEX triplet: 34, D1 and 0D. RGB value is (52,209,13). Sum of RGB (Red+Green+Blue) = 52+209+13=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 209 (82.03% from 255 or 76.28% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 209 - color contains mainly: green. Hex color #34D10D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D10D is #CB2EF2. Grayscale: #8C8C8C. Windows color (decimal): -13315827 or 905524. OLE color: 905524.

HSL color Cylindrical-coordinate representation of color #34D10D: hue angle of 108.06º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34D10D is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB5220913-
CMYK0.7500.940.18
HSL108.06º88.29%43.53%-
HSV(B)108.06º93.78%81.96%-
XYZ24.2946.368.05-
YUV139.7156.4965.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 209 (82.03% from 255) = 76.28%
BLUE value IS 13 (5.47% from 255) = 4.74%
R=18.98%
G=76.28%
B=4.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal52209130.7500.940.18108.0688.2943.53
Hex34D1D4B05E126c582c
Octal643211511301362215413054
Binary1101001101000111011001011010111101001011011001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34d10d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,209,13); }

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

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

 a { background-color: rgb(52,209,13); }

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

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

 span { border-color: rgb(52,209,13); }

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