Html Css Color HEX #60BA5F Fern

📋 copy color: '#60BA5F'

red 96 ◦ green 186 ◦ blue 95

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

Shades of Fern #60BA5F

Tints of Fern #60BA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.2%

R = 25.46%
G = 49.34%
B = 25.2%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#60BA5F (or 0x60BA5F) is known color: Fern. HEX triplet: 60, BA and 5F. RGB value is (96,186,95). Sum of RGB (Red+Green+Blue) = 96+186+95=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BA5F is #9F45A0. Grayscale: #949494. Windows color (decimal): -10438049 or 6273632. OLE color: 6273632.

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

Color convert

RGB 96 186 95 -
CMYK 0.48 0 0.49 0.27
HSL 119.34º 0.4% 0.55% -
HSV(B) 119.34º 0.49% 0.73% -
XYZ 24.45 38.43 16.96 -
YUV 148.72 97.68 90.4 -
System Red Green Blue C M Y K H S L
Decimal 96 186 95 0.48 0 0.49 0.27 119.34 0.4 0.55
Hex 60 BA 5F 30 0 31 1B 77 28 37
Octal 140 272 137 60 0 61 33 167 50 67
Binary 1100000 10111010 1011111 110000 0 110001 11011 1110111 101000 110111

Color Harmonies of #60BA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BA5F

Black with #60BA5F

Text Example


Text Example

White with #60BA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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