Html Css Color HEX #53AF64 Fern

📋 copy color: '#53AF64'

red 83 ◦ green 175 ◦ blue 100

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

Shades of Fern #53AF64

Tints of Fern #53AF64

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.88%

 BLUE value IS 100 (39.45% from 255) = 27.93%

R = 23.18%
G = 48.88%
B = 27.93%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#53AF64 (or 0x53AF64) is known color: Fern. HEX triplet: 53, AF and 64. RGB value is (83,175,100). Sum of RGB (Red+Green+Blue) = 83+175+100=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF64 is #AC509B. Grayscale: #8B8B8B. Windows color (decimal): -11292828 or 6598483. OLE color: 6598483.

HSL color Cylindrical-coordinate representation of color #53AF64: hue angle of 131.09º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53AF64 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 175 100 -
CMYK 0.53 0 0.43 0.31
HSL 131.09º 0.37% 0.51% -
HSV(B) 131.09º 0.53% 0.69% -
XYZ 21.2 33.42 17.39 -
YUV 138.94 106.02 88.1 -
System Red Green Blue C M Y K H S L
Decimal 83 175 100 0.53 0 0.43 0.31 131.09 0.37 0.51
Hex 53 AF 64 35 0 2B 1F 83 25 33
Octal 123 257 144 65 0 53 37 203 45 63
Binary 1010011 10101111 1100100 110101 0 101011 11111 10000011 100101 110011

Color Harmonies of #53AF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AF64

Black with #53AF64

Text Example


Text Example

White with #53AF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,175,100); }

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

background-color css

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

 a { background-color: rgb(83,175,100); }

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

border-color css

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

 span { border-color: rgb(83,175,100); }

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