#53CF5D

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

Shades of Fern #53CF5D

Tints of Fern #53CF5D

Color information

#53CF5D (or 0x53CF5D) is unknown color: approx Fern. HEX triplet: 53, CF and 5D. RGB value is (83,207,93). Sum of RGB (Red+Green+Blue) = 83+207+93=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CF5D is #AC30A2. Grayscale: #9D9D9D. Windows color (decimal): -11284643 or 6147923. OLE color: 6147923.

HSL color Cylindrical-coordinate representation of color #53CF5D: hue angle of 124.84º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CF5D is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB8320793-
CMYK0.6000.550.19
HSL124.84º56.36%56.86%-
HSV(B)124.84º59.9%81.18%-
XYZ27.8647.2518.01-
YUV156.9391.9275.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.67%
GREEN value IS 207 (81.25% from 255) = 54.05%
BLUE value IS 93 (36.72% from 255) = 24.28%
R=21.67%
G=54.05%
B=24.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal83207930.6000.550.19124.8456.3656.86
Hex53CF5D3C037137d3839
Octal12331713574067231757071
Binary10100111100111110111011111000110111100111111101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53CF5D; }

 p { color: rgb(83,207,93); }

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

<style>
 a { background-color: #53CF5D; }

 a { background-color: rgb(83,207,93); }

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

<style>
 span { border-color: #53CF5D; }

 span { border-color: rgb(83,207,93); }

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