#52BE5B

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

Shades of Fern #52BE5B

Tints of Fern #52BE5B

Color information

#52BE5B (or 0x52BE5B) is unknown color: approx Fern. HEX triplet: 52, BE and 5B. RGB value is (82,190,91). Sum of RGB (Red+Green+Blue) = 82+190+91=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BE5B is #AD41A4. Grayscale: #929292. Windows color (decimal): -11354533 or 6012498. OLE color: 6012498.

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

Color convert

RGB8219091-
CMYK0.5700.520.25
HSL125º45.38%53.33%-
HSV(B)125º56.84%74.51%-
XYZ23.7839.3816.24-
YUV146.4296.7282.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 190 (74.61% from 255) = 52.34%
BLUE value IS 91 (35.94% from 255) = 25.07%
R=22.59%
G=52.34%
B=25.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82190910.5700.520.2512545.3853.33
Hex52BE5B39034197d2d35
Octal12227613371064311755565
Binary10100101011111010110111110010110100110011111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,190,91); }

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

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

 a { background-color: rgb(82,190,91); }

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

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

 span { border-color: rgb(82,190,91); }

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