#52CD5B

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

Shades of Fern #52CD5B

Tints of Fern #52CD5B

Color information

#52CD5B (or 0x52CD5B) is unknown color: approx Fern. HEX triplet: 52, CD and 5B. RGB value is (82,205,91). Sum of RGB (Red+Green+Blue) = 82+205+91=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CD5B is #AD32A4. Grayscale: #9B9B9B. Windows color (decimal): -11350693 or 6016338. OLE color: 6016338.

HSL color Cylindrical-coordinate representation of color #52CD5B: hue angle of 124.39º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CD5B is Cyan = 0.6, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB8220591-
CMYK0.600.560.20
HSL124.39º55.16%56.27%-
HSV(B)124.39º60%80.39%-
XYZ27.246.2117.38-
YUV155.2391.7575.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.69%
GREEN value IS 205 (80.47% from 255) = 54.23%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=21.69%
G=54.23%
B=24.07%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82205910.600.560.20124.3955.1656.27
Hex52CD5B3C038147c3738
Octal12231513374070241746770
Binary10100101100110110110111111000111000101001111100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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