#34BA00

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

Shades of Kelly Green #34BA00

Tints of Kelly Green #34BA00

Color information

#34BA00 (or 0x34BA00) is unknown color: approx Kelly Green. HEX triplet: 34, BA and 00. RGB value is (52,186,0). Sum of RGB (Red+Green+Blue) = 52+186+0=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 186 (73.05% from 255 or 78.15% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34BA00 is #CB45FF. Grayscale: #7D7D7D. Windows color (decimal): -13321728 or 47668. OLE color: 47668.

HSL color Cylindrical-coordinate representation of color #34BA00: hue angle of 103.23º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34BA00 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB521860-
CMYK0.72010.27
HSL103.23º100%36.47%-
HSV(B)103.23º100%72.94%-
XYZ18.9835.855.92-
YUV124.7357.6176.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 186 (73.05% from 255) = 78.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=21.85%
G=78.15%
B=0%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5218600.72010.27103.2310036.47
Hex34BA0480641B676424
Octal64272011001443314714444
Binary1101001011101001001000011001001101111001111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,186,0); }

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

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

 a { background-color: rgb(52,186,0); }

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

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

 span { border-color: rgb(52,186,0); }

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