Html Css Color HEX #53BC5A Fern

📋 copy color: '#53BC5A'

red 83 ◦ green 188 ◦ blue 90

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

Shades of Fern #53BC5A

Tints of Fern #53BC5A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.08%

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

R = 22.99%
G = 52.08%
B = 24.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#53BC5A (or 0x53BC5A) is known color: Fern. HEX triplet: 53, BC and 5A. RGB value is (83,188,90). Sum of RGB (Red+Green+Blue) = 83+188+90=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC5A is #AC43A5. Grayscale: #919191. Windows color (decimal): -11289510 or 5946451. OLE color: 5946451.

HSL color Cylindrical-coordinate representation of color #53BC5A: hue angle of 124º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BC5A is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 188 90 -
CMYK 0.56 0 0.52 0.26
HSL 124º 0.44% 0.53% -
HSV(B) 124º 0.56% 0.74% -
XYZ 23.4 38.54 15.88 -
YUV 145.43 96.71 83.47 -
System Red Green Blue C M Y K H S L
Decimal 83 188 90 0.56 0 0.52 0.26 124 0.44 0.53
Hex 53 BC 5A 38 0 34 1A 7C 2C 35
Octal 123 274 132 70 0 64 32 174 54 65
Binary 1010011 10111100 1011010 111000 0 110100 11010 1111100 101100 110101

Color Harmonies of #53BC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC5A

Black with #53BC5A

Text Example


Text Example

White with #53BC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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