Html Css Color HEX #53CF60 Fern

📋 copy color: '#53CF60'

red 83 ◦ green 207 ◦ blue 96

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

Shades of Fern #53CF60

Tints of Fern #53CF60

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.63%

 BLUE value IS 96 (37.89% from 255) = 24.87%

R = 21.5%
G = 53.63%
B = 24.87%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#53CF60 (or 0x53CF60) is known color: Fern. HEX triplet: 53, CF and 60. RGB value is (83,207,96). Sum of RGB (Red+Green+Blue) = 83+207+96=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CF60 is #AC309F. Grayscale: #9D9D9D. Windows color (decimal): -11284640 or 6344531. OLE color: 6344531.

HSL color Cylindrical-coordinate representation of color #53CF60: hue angle of 126.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CF60 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 207 96 -
CMYK 0.60 0 0.54 0.19
HSL 126.29º 0.56% 0.57% -
HSV(B) 126.29º 0.6% 0.81% -
XYZ 27.99 47.31 18.72 -
YUV 157.27 93.42 75.03 -
System Red Green Blue C M Y K H S L
Decimal 83 207 96 0.60 0 0.54 0.19 126.29 0.56 0.57
Hex 53 CF 60 3C 0 36 13 7E 38 39
Octal 123 317 140 74 0 66 23 176 70 71
Binary 1010011 11001111 1100000 111100 0 110110 10011 1111110 111000 111001

Color Harmonies of #53CF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CF60

Black with #53CF60

Text Example


Text Example

White with #53CF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,207,96); }

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

background-color css

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

 a { background-color: rgb(83,207,96); }

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

border-color css

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

 span { border-color: rgb(83,207,96); }

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