#52B403

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

Shades of Kelly Green #52B403

Tints of Kelly Green #52B403

Color information

#52B403 (or 0x52B403) is unknown color: approx Kelly Green. HEX triplet: 52, B4 and 03. RGB value is (82,180,3). Sum of RGB (Red+Green+Blue) = 82+180+3=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 180 (70.70% from 255 or 67.92% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 180 - color contains mainly: green. Hex color #52B403 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B403 is #AD4BFC. Grayscale: #838383. Windows color (decimal): -11357181 or 242770. OLE color: 242770.

HSL color Cylindrical-coordinate representation of color #52B403: hue angle of 93.22º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52B403 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB821803-
CMYK0.5400.980.29
HSL93.22º96.72%35.88%-
HSV(B)93.22º98.33%70.59%-
XYZ19.8234.445.69-
YUV130.5256.0393.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 180 (70.70% from 255) = 67.92%
BLUE value IS 3 (1.56% from 255) = 1.13%
R=30.94%
G=67.92%
B=1.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal8218030.5400.980.2993.2296.7235.88
Hex52B43360621D5d6124
Octal12226436601423513514144
Binary10100101011010011110110011000101110110111011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,180,3); }

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

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

 a { background-color: rgb(82,180,3); }

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

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

 span { border-color: rgb(82,180,3); }

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