#34D50A

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

Shades of Kelly Green #34D50A

Tints of Kelly Green #34D50A

Color information

#34D50A (or 0x34D50A) is unknown color: approx Kelly Green. HEX triplet: 34, D5 and 0A. RGB value is (52,213,10). Sum of RGB (Red+Green+Blue) = 52+213+10=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 213 (83.59% from 255 or 77.45% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 213 - color contains mainly: green. Hex color #34D50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D50A is #CB2AF5. Grayscale: #8E8E8E. Windows color (decimal): -13314806 or 709940. OLE color: 709940.

HSL color Cylindrical-coordinate representation of color #34D50A: hue angle of 107.59º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #34D50A is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB5221310-
CMYK0.7600.950.16
HSL107.59º91.03%43.73%-
HSV(B)107.59º95.31%83.53%-
XYZ25.2748.348.29-
YUV141.7253.6664.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 213 (83.59% from 255) = 77.45%
BLUE value IS 10 (4.30% from 255) = 3.64%
R=18.91%
G=77.45%
B=3.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal52213100.7600.950.16107.5991.0343.73
Hex34D5A4C05F106c5b2c
Octal643251211401372015413354
Binary1101001101010110101001100010111111000011011001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,213,10); }

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

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

 a { background-color: rgb(52,213,10); }

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

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

 span { border-color: rgb(52,213,10); }

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