#52B913

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

Shades of Kelly Green #52B913

Tints of Kelly Green #52B913

Color information

#52B913 (or 0x52B913) is unknown color: approx Kelly Green. HEX triplet: 52, B9 and 13. RGB value is (82,185,19). Sum of RGB (Red+Green+Blue) = 82+185+19=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 185 (72.66% from 255 or 64.69% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 185 - color contains mainly: green. Hex color #52B913 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B913 is #AD46EC. Grayscale: #878787. Windows color (decimal): -11355885 or 1292626. OLE color: 1292626.

HSL color Cylindrical-coordinate representation of color #52B913: hue angle of 97.23º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52B913 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB8218519-
CMYK0.5600.900.27
HSL97.23º81.37%40%-
HSV(B)97.23º89.73%72.55%-
XYZ20.9536.546.56-
YUV135.2862.3890-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 185 (72.66% from 255) = 64.69%
BLUE value IS 19 (7.81% from 255) = 6.64%
R=28.67%
G=64.69%
B=6.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82185190.5600.900.2797.2381.3740
Hex52B9133805A1B615128
Octal122271237001323314112150
Binary10100101011100110011111000010110101101111000011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52B913; }

 p { color: rgb(82,185,19); }

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

<style>
 a { background-color: #52B913; }

 a { background-color: rgb(82,185,19); }

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

<style>
 span { border-color: #52B913; }

 span { border-color: rgb(82,185,19); }

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