Html Css Color HEX #53C064 Fern

📋 copy color: '#53C064'

red 83 ◦ green 192 ◦ blue 100

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

Shades of Fern #53C064

Tints of Fern #53C064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.2%

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

R = 22.13%
G = 51.2%
B = 26.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#53C064 (or 0x53C064) is known color: Fern. HEX triplet: 53, C0 and 64. RGB value is (83,192,100). Sum of RGB (Red+Green+Blue) = 83+192+100=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #53C064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C064 is #AC3F9B. Grayscale: #959595. Windows color (decimal): -11288476 or 6602835. OLE color: 6602835.

HSL color Cylindrical-coordinate representation of color #53C064: hue angle of 129.36º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C064 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 192 100 -
CMYK 0.57 0 0.48 0.25
HSL 129.36º 0.46% 0.54% -
HSV(B) 129.36º 0.57% 0.75% -
XYZ 24.72 40.46 18.56 -
YUV 148.92 100.39 80.98 -
System Red Green Blue C M Y K H S L
Decimal 83 192 100 0.57 0 0.48 0.25 129.36 0.46 0.54
Hex 53 C0 64 39 0 30 19 81 2E 36
Octal 123 300 144 71 0 60 31 201 56 66
Binary 1010011 11000000 1100100 111001 0 110000 11001 10000001 101110 110110

Color Harmonies of #53C064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C064

Black with #53C064

Text Example


Text Example

White with #53C064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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