#51CA53

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

Shades of Fern #51CA53

Tints of Fern #51CA53

Color information

#51CA53 (or 0x51CA53) is unknown color: approx Fern. HEX triplet: 51, CA and 53. RGB value is (81,202,83). Sum of RGB (Red+Green+Blue) = 81+202+83=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #51CA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51CA53 is #AE35AC. Grayscale: #989898. Windows color (decimal): -11417005 or 5491281. OLE color: 5491281.

HSL color Cylindrical-coordinate representation of color #51CA53: hue angle of 120.99º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CA53 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB8120283-
CMYK0.6000.590.21
HSL120.99º53.3%55.49%-
HSV(B)120.99º59.9%79.22%-
XYZ26.0844.6115.42-
YUV152.2688.9177.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 202 (79.30% from 255) = 55.19%
BLUE value IS 83 (32.81% from 255) = 22.68%
R=22.13%
G=55.19%
B=22.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal81202830.6000.590.21120.9953.355.49
Hex51CA533C03B15793537
Octal12131212374073251716567
Binary10100011100101010100111111000111011101011111001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51CA53; }

 p { color: rgb(81,202,83); }

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

<style>
 a { background-color: #51CA53; }

 a { background-color: rgb(81,202,83); }

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

<style>
 span { border-color: #51CA53; }

 span { border-color: rgb(81,202,83); }

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