#34CE0F

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

Shades of Kelly Green #34CE0F

Tints of Kelly Green #34CE0F

Color information

#34CE0F (or 0x34CE0F) is unknown color: approx Kelly Green. HEX triplet: 34, CE and 0F. RGB value is (52,206,15). Sum of RGB (Red+Green+Blue) = 52+206+15=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 206 (80.86% from 255 or 75.46% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 206 - color contains mainly: green. Hex color #34CE0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34CE0F is #CB31F0. Grayscale: #8A8A8A. Windows color (decimal): -13316593 or 1035828. OLE color: 1035828.

HSL color Cylindrical-coordinate representation of color #34CE0F: hue angle of 108.38º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34CE0F is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB5220615-
CMYK0.7500.930.19
HSL108.38º86.43%43.33%-
HSV(B)108.38º92.72%80.78%-
XYZ23.5744.917.88-
YUV138.1858.4866.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 206 (80.86% from 255) = 75.46%
BLUE value IS 15 (6.25% from 255) = 5.49%
R=19.05%
G=75.46%
B=5.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal52206150.7500.930.19108.3886.4343.33
Hex34CEF4B05D136c562b
Octal643161711301352315412653
Binary1101001100111011111001011010111011001111011001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,206,15); }

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

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

 a { background-color: rgb(52,206,15); }

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

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

 span { border-color: rgb(52,206,15); }

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