#34C00D

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

Shades of Kelly Green #34C00D

Tints of Kelly Green #34C00D

Color information

#34C00D (or 0x34C00D) is unknown color: approx Kelly Green. HEX triplet: 34, C0 and 0D. RGB value is (52,192,13). Sum of RGB (Red+Green+Blue) = 52+192+13=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #34C00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34C00D is #CB3FF2. Grayscale: #828282. Windows color (decimal): -13320179 or 901172. OLE color: 901172.

HSL color Cylindrical-coordinate representation of color #34C00D: hue angle of 106.93º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34C00D is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB5219213-
CMYK0.7300.930.25
HSL106.93º87.32%40.2%-
HSV(B)106.93º93.23%75.29%-
XYZ20.3438.466.73-
YUV129.7362.1272.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 192 (75.39% from 255) = 74.71%
BLUE value IS 13 (5.47% from 255) = 5.06%
R=20.23%
G=74.71%
B=5.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52192130.7300.930.25106.9387.3240.2
Hex34C0D4905D196b5728
Octal643001511101353115312750
Binary1101001100000011011001001010111011100111010111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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