#34D10B

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

Shades of Kelly Green #34D10B

Tints of Kelly Green #34D10B

Color information

#34D10B (or 0x34D10B) is unknown color: approx Kelly Green. HEX triplet: 34, D1 and 0B. RGB value is (52,209,11). Sum of RGB (Red+Green+Blue) = 52+209+11=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 209 (82.03% from 255 or 76.84% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 209 - color contains mainly: green. Hex color #34D10B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D10B is #CB2EF4. Grayscale: #8C8C8C. Windows color (decimal): -13315829 or 774452. OLE color: 774452.

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

Color convert

RGB5220911-
CMYK0.7500.950.18
HSL107.58º90%43.14%-
HSV(B)107.58º94.74%81.96%-
XYZ24.2846.367.98-
YUV139.4855.4965.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 209 (82.03% from 255) = 76.84%
BLUE value IS 11 (4.69% from 255) = 4.04%
R=19.12%
G=76.84%
B=4.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal52209110.7500.950.18107.589043.14
Hex34D1B4B05F126c5a2b
Octal643211311301372215413253
Binary1101001101000110111001011010111111001011011001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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