#53C066

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

Shades of Fern #53C066

Tints of Fern #53C066

Color information

#53C066 (or 0x53C066) is unknown color: approx Fern. HEX triplet: 53, C0 and 66. RGB value is (83,192,102). Sum of RGB (Red+Green+Blue) = 83+192+102=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #53C066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C066 is #AC3F99. Grayscale: #959595. Windows color (decimal): -11288474 or 6733907. OLE color: 6733907.

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

Color convert

RGB83192102-
CMYK0.5700.470.25
HSL130.46º46.38%53.92%-
HSV(B)130.46º56.77%75.29%-
XYZ24.8240.519.08-
YUV149.15101.3980.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 192 (75.39% from 255) = 50.93%
BLUE value IS 102 (40.23% from 255) = 27.06%
R=22.02%
G=50.93%
B=27.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831921020.5700.470.25130.4646.3853.92
Hex53C0663902F19822e36
Octal12330014671057312025666
Binary101001111000000110011011100101011111100110000010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,192,102); }

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

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

 a { background-color: rgb(83,192,102); }

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

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

 span { border-color: rgb(83,192,102); }

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