#52BF92

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

Shades of Keppel #52BF92

Tints of Keppel #52BF92

Color information

#52BF92 (or 0x52BF92) is unknown color: approx Keppel. HEX triplet: 52, BF and 92. RGB value is (82,191,146). Sum of RGB (Red+Green+Blue) = 82+191+146=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BF92 is #AD406D. Grayscale: #999999. Windows color (decimal): -11354222 or 9617234. OLE color: 9617234.

HSL color Cylindrical-coordinate representation of color #52BF92: hue angle of 155.23º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BF92 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB82191146-
CMYK0.5700.240.25
HSL155.23º45.99%53.53%-
HSV(B)155.23º57.07%74.9%-
XYZ27.341.1333.69-
YUV153.28123.8977.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.57%
GREEN value IS 191 (75% from 255) = 45.58%
BLUE value IS 146 (57.42% from 255) = 34.84%
R=19.57%
G=45.58%
B=34.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821911460.5700.240.25155.2345.9953.53
Hex52BF9239018199b2e36
Octal12227722271030312335666
Binary101001010111111100100101110010110001100110011011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,191,146); }

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

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

 a { background-color: rgb(82,191,146); }

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

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

 span { border-color: rgb(82,191,146); }

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