#52B90C

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

Shades of Kelly Green #52B90C

Tints of Kelly Green #52B90C

Color information

#52B90C (or 0x52B90C) is unknown color: approx Kelly Green. HEX triplet: 52, B9 and 0C. RGB value is (82,185,12). Sum of RGB (Red+Green+Blue) = 82+185+12=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 185 (72.66% from 255 or 66.31% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 185 - color contains mainly: green. Hex color #52B90C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B90C is #AD46F3. Grayscale: #878787. Windows color (decimal): -11355892 or 833874. OLE color: 833874.

HSL color Cylindrical-coordinate representation of color #52B90C: hue angle of 95.72º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52B90C is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB8218512-
CMYK0.5600.940.27
HSL95.72º87.82%38.63%-
HSV(B)95.72º93.51%72.55%-
XYZ20.8936.526.3-
YUV134.4858.8890.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 185 (72.66% from 255) = 66.31%
BLUE value IS 12 (5.08% from 255) = 4.30%
R=29.39%
G=66.31%
B=4.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82185120.5600.940.2795.7287.8238.63
Hex52B9C3805E1B605827
Octal122271147001363314013047
Binary1010010101110011100111000010111101101111000001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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