Html Css Color HEX #60BA71 Fern

📋 copy color: '#60BA71'

red 96 ◦ green 186 ◦ blue 113

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

Shades of Fern #60BA71

Tints of Fern #60BA71

RGB

 RED value IS 96 (37.89% from 255) = 24.3%

 GREEN value IS 186 (73.05% from 255) = 47.09%

 BLUE value IS 113 (44.53% from 255) = 28.61%

R = 24.3%
G = 47.09%
B = 28.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#60BA71 (or 0x60BA71) is known color: Fern. HEX triplet: 60, BA and 71. RGB value is (96,186,113). Sum of RGB (Red+Green+Blue) = 96+186+113=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BA71 is #9F458E. Grayscale: #969696. Windows color (decimal): -10438031 or 7453280. OLE color: 7453280.

HSL color Cylindrical-coordinate representation of color #60BA71: hue angle of 131.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60BA71 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 186 113 -
CMYK 0.48 0 0.39 0.27
HSL 131.33º 0.39% 0.55% -
HSV(B) 131.33º 0.48% 0.73% -
XYZ 25.36 38.8 21.77 -
YUV 150.77 106.68 88.94 -
System Red Green Blue C M Y K H S L
Decimal 96 186 113 0.48 0 0.39 0.27 131.33 0.39 0.55
Hex 60 BA 71 30 0 27 1B 83 27 37
Octal 140 272 161 60 0 47 33 203 47 67
Binary 1100000 10111010 1110001 110000 0 100111 11011 10000011 100111 110111

Color Harmonies of #60BA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BA71

Black with #60BA71

Text Example


Text Example

White with #60BA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60BA71; }

 p { color: rgb(96,186,113); }

 H1.HeaderClassName
 {
   color: #60BA71;
 }
 .AnyTagClassName
 {
   color: #60BA71;
 }
</style>

background-color css

<style>
 a { background-color: #60BA71; }

 a { background-color: rgb(96,186,113); }

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

border-color css

<style>
 span { border-color: #60BA71; }

 span { border-color: rgb(96,186,113); }

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