Html Css Color HEX #53BC68 Fern

📋 copy color: '#53BC68'

red 83 ◦ green 188 ◦ blue 104

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

Shades of Fern #53BC68

Tints of Fern #53BC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 22.13%
G = 50.13%
B = 27.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#53BC68 (or 0x53BC68) is known color: Fern. HEX triplet: 53, BC and 68. RGB value is (83,188,104). Sum of RGB (Red+Green+Blue) = 83+188+104=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC68 is #AC4397. Grayscale: #939393. Windows color (decimal): -11289496 or 6863955. OLE color: 6863955.

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

Color convert

RGB 83 188 104 -
CMYK 0.56 0 0.45 0.26
HSL 132º 0.44% 0.53% -
HSV(B) 132º 0.56% 0.74% -
XYZ 24.05 38.8 19.32 -
YUV 147.03 103.71 82.33 -
System Red Green Blue C M Y K H S L
Decimal 83 188 104 0.56 0 0.45 0.26 132 0.44 0.53
Hex 53 BC 68 38 0 2D 1A 84 2C 35
Octal 123 274 150 70 0 55 32 204 54 65
Binary 1010011 10111100 1101000 111000 0 101101 11010 10000100 101100 110101

Color Harmonies of #53BC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC68

Black with #53BC68

Text Example


Text Example

White with #53BC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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