Html Css Color HEX #53BC5B Fern

📋 copy color: '#53BC5B'

red 83 ◦ green 188 ◦ blue 91

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

Shades of Fern #53BC5B

Tints of Fern #53BC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.14%

R = 22.93%
G = 51.93%
B = 25.14%

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

#53BC5B (or 0x53BC5B) is known color: Fern. HEX triplet: 53, BC and 5B. RGB value is (83,188,91). Sum of RGB (Red+Green+Blue) = 83+188+91=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC5B is #AC43A4. Grayscale: #919191. Windows color (decimal): -11289509 or 6011987. OLE color: 6011987.

HSL color Cylindrical-coordinate representation of color #53BC5B: hue angle of 124.57º 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 #53BC5B is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 188 91 -
CMYK 0.56 0 0.52 0.26
HSL 124.57º 0.44% 0.53% -
HSV(B) 124.57º 0.56% 0.74% -
XYZ 23.44 38.56 16.11 -
YUV 145.55 97.21 83.39 -
System Red Green Blue C M Y K H S L
Decimal 83 188 91 0.56 0 0.52 0.26 124.57 0.44 0.53
Hex 53 BC 5B 38 0 34 1A 7D 2C 35
Octal 123 274 133 70 0 64 32 175 54 65
Binary 1010011 10111100 1011011 111000 0 110100 11010 1111101 101100 110101

Color Harmonies of #53BC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC5B

Black with #53BC5B

Text Example


Text Example

White with #53BC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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