#53C262

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

Shades of Fern #53C262

Tints of Fern #53C262

Color information

#53C262 (or 0x53C262) is unknown color: approx Fern. HEX triplet: 53, C2 and 62. RGB value is (83,194,98). Sum of RGB (Red+Green+Blue) = 83+194+98=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #53C262 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C262 is #AC3D9D. Grayscale: #969696. Windows color (decimal): -11287966 or 6472275. OLE color: 6472275.

HSL color Cylindrical-coordinate representation of color #53C262: hue angle of 128.11º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C262 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB8319498-
CMYK0.5700.490.24
HSL128.11º47.64%54.31%-
HSV(B)128.11º57.22%76.08%-
XYZ25.0641.318.21-
YUV149.8798.7380.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.13%
GREEN value IS 194 (76.17% from 255) = 51.73%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=22.13%
G=51.73%
B=26.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal83194980.5700.490.24128.1147.6454.31
Hex53C2623903118803036
Octal12330214271061302006066
Binary101001111000010110001011100101100011100010000000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,194,98); }

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

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

 a { background-color: rgb(83,194,98); }

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

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

 span { border-color: rgb(83,194,98); }

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