#34D50C

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

Shades of Kelly Green #34D50C

Tints of Kelly Green #34D50C

Color information

#34D50C (or 0x34D50C) is unknown color: approx Kelly Green. HEX triplet: 34, D5 and 0C. RGB value is (52,213,12). Sum of RGB (Red+Green+Blue) = 52+213+12=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 213 (83.59% from 255 or 76.90% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 213 - color contains mainly: green. Hex color #34D50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D50C is #CB2AF3. Grayscale: #8E8E8E. Windows color (decimal): -13314804 or 841012. OLE color: 841012.

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

Color convert

RGB5221312-
CMYK0.7600.940.16
HSL108.06º89.33%44.12%-
HSV(B)108.06º94.37%83.53%-
XYZ25.2848.358.35-
YUV141.9554.6663.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 213 (83.59% from 255) = 76.90%
BLUE value IS 12 (5.08% from 255) = 4.33%
R=18.77%
G=76.90%
B=4.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal52213120.7600.940.16108.0689.3344.12
Hex34D5C4C05E106c592c
Octal643251411401362015413154
Binary1101001101010111001001100010111101000011011001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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