Html Css Color HEX #53B966 Fern

📋 copy color: '#53B966'

red 83 ◦ green 185 ◦ blue 102

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

Shades of Fern #53B966

Tints of Fern #53B966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50%

 BLUE value IS 102 (40.23% from 255) = 27.57%

R = 22.43%
G = 50%
B = 27.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#53B966 (or 0x53B966) is known color: Fern. HEX triplet: 53, B9 and 66. RGB value is (83,185,102). Sum of RGB (Red+Green+Blue) = 83+185+102=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #53B966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B966 is #AC4699. Grayscale: #919191. Windows color (decimal): -11290266 or 6732115. OLE color: 6732115.

HSL color Cylindrical-coordinate representation of color #53B966: hue angle of 131.18º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B966 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 185 102 -
CMYK 0.55 0 0.45 0.27
HSL 131.18º 0.42% 0.53% -
HSV(B) 131.18º 0.55% 0.73% -
XYZ 23.31 37.5 18.58 -
YUV 145.04 103.71 83.75 -
System Red Green Blue C M Y K H S L
Decimal 83 185 102 0.55 0 0.45 0.27 131.18 0.42 0.53
Hex 53 B9 66 37 0 2D 1B 83 2A 35
Octal 123 271 146 67 0 55 33 203 52 65
Binary 1010011 10111001 1100110 110111 0 101101 11011 10000011 101010 110101

Color Harmonies of #53B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B966

Black with #53B966

Text Example


Text Example

White with #53B966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,185,102); }

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

background-color css

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

 a { background-color: rgb(83,185,102); }

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

border-color css

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

 span { border-color: rgb(83,185,102); }

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