Html Css Color HEX #53C85A Fern

📋 copy color: '#53C85A'

red 83 ◦ green 200 ◦ blue 90

#53C85A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #53C85A

Tints of Fern #53C85A

RGB

 RED value IS 83 (32.81% from 255) = 22.25%

 GREEN value IS 200 (78.52% from 255) = 53.62%

 BLUE value IS 90 (35.55% from 255) = 24.13%

R = 22.25%
G = 53.62%
B = 24.13%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#53C85A (or 0x53C85A) is known color: Fern. HEX triplet: 53, C8 and 5A. RGB value is (83,200,90). Sum of RGB (Red+Green+Blue) = 83+200+90=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 200 (78.52% from 255 or 53.62% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 200 - color contains mainly: green. Hex color #53C85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C85A is #AC37A5. Grayscale: #989898. Windows color (decimal): -11286438 or 5949523. OLE color: 5949523.

HSL color Cylindrical-coordinate representation of color #53C85A: hue angle of 123.59º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C85A is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 200 90 -
CMYK 0.58 0 0.55 0.22
HSL 123.59º 0.52% 0.55% -
HSV(B) 123.59º 0.59% 0.78% -
XYZ 26.07 43.89 16.77 -
YUV 152.48 92.74 78.44 -
System Red Green Blue C M Y K H S L
Decimal 83 200 90 0.58 0 0.55 0.22 123.59 0.52 0.55
Hex 53 C8 5A 3A 0 37 16 7C 34 37
Octal 123 310 132 72 0 67 26 174 64 67
Binary 1010011 11001000 1011010 111010 0 110111 10110 1111100 110100 110111

Color Harmonies of #53C85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C85A

Black with #53C85A

Text Example


Text Example

White with #53C85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,200,90); }

 H1.HeaderClassName
 {
   color: #53C85A;
 }
 .AnyTagClassName
 {
   color: #53C85A;
 }
</style>

background-color css

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

 a { background-color: rgb(83,200,90); }

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

border-color css

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

 span { border-color: rgb(83,200,90); }

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