#34C701

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

Shades of Kelly Green #34C701

Tints of Kelly Green #34C701

Color information

#34C701 (or 0x34C701) is unknown color: approx Kelly Green. HEX triplet: 34, C7 and 01. RGB value is (52,199,1). Sum of RGB (Red+Green+Blue) = 52+199+1=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 199 (78.12% from 255 or 78.97% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 199 - color contains mainly: green. Hex color #34C701 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34C701 is #CB38FE. Grayscale: #858585. Windows color (decimal): -13318399 or 116532. OLE color: 116532.

HSL color Cylindrical-coordinate representation of color #34C701: hue angle of 104.55º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34C701 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB521991-
CMYK0.7400.990.22
HSL104.55º99%39.22%-
HSV(B)104.55º99.5%78.04%-
XYZ21.8541.586.9-
YUV132.4853.870.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 199 (78.12% from 255) = 78.97%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=20.63%
G=78.97%
B=0.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal5219910.7400.990.22104.559939.22
Hex34C714A06316696327
Octal64307111201432615114347
Binary1101001100011111001010011000111011011010011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,199,1); }

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

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

 a { background-color: rgb(52,199,1); }

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

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

 span { border-color: rgb(52,199,1); }

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