#34BD08

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

Shades of Kelly Green #34BD08

Tints of Kelly Green #34BD08

Color information

#34BD08 (or 0x34BD08) is unknown color: approx Kelly Green. HEX triplet: 34, BD and 08. RGB value is (52,189,8). Sum of RGB (Red+Green+Blue) = 52+189+8=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 189 (74.22% from 255 or 75.90% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 189 - color contains mainly: green. Hex color #34BD08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34BD08 is #CB42F7. Grayscale: #7F7F7F. Windows color (decimal): -13320952 or 572724. OLE color: 572724.

HSL color Cylindrical-coordinate representation of color #34BD08: hue angle of 105.41º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34BD08 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB521898-
CMYK0.7200.960.26
HSL105.41º91.88%38.63%-
HSV(B)105.41º95.77%74.12%-
XYZ19.6637.146.36-
YUV127.460.6174.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 189 (74.22% from 255) = 75.90%
BLUE value IS 8 (3.52% from 255) = 3.21%
R=20.88%
G=75.90%
B=3.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5218980.7200.960.26105.4191.8838.63
Hex34BD8480601A695c27
Octal642751011001403215113447
Binary1101001011110110001001000011000001101011010011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,189,8); }

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

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

 a { background-color: rgb(52,189,8); }

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

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

 span { border-color: rgb(52,189,8); }

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