#52BE5A

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

Shades of Fern #52BE5A

Tints of Fern #52BE5A

Color information

#52BE5A (or 0x52BE5A) is unknown color: approx Fern. HEX triplet: 52, BE and 5A. RGB value is (82,190,90). Sum of RGB (Red+Green+Blue) = 82+190+90=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BE5A is #AD41A5. Grayscale: #929292. Windows color (decimal): -11354534 or 5946962. OLE color: 5946962.

HSL color Cylindrical-coordinate representation of color #52BE5A: hue angle of 124.44º 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 #52BE5A is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB8219090-
CMYK0.5700.530.25
HSL124.44º45.38%53.33%-
HSV(B)124.44º56.84%74.51%-
XYZ23.7439.3616.02-
YUV146.3196.2282.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.65%
GREEN value IS 190 (74.61% from 255) = 52.49%
BLUE value IS 90 (35.55% from 255) = 24.86%
R=22.65%
G=52.49%
B=24.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82190900.5700.530.25124.4445.3853.33
Hex52BE5A39035197c2d35
Octal12227613271065311745565
Binary10100101011111010110101110010110101110011111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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