Html Css Color HEX #60C164 Fern

📋 copy color: '#60C164'

red 96 ◦ green 193 ◦ blue 100

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

Shades of Fern #60C164

Tints of Fern #60C164

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.61%

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

R = 24.68%
G = 49.61%
B = 25.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#60C164 (or 0x60C164) is known color: Fern. HEX triplet: 60, C1 and 64. RGB value is (96,193,100). Sum of RGB (Red+Green+Blue) = 96+193+100=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #60C164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C164 is #9F3E9B. Grayscale: #999999. Windows color (decimal): -10436252 or 6603104. OLE color: 6603104.

HSL color Cylindrical-coordinate representation of color #60C164: hue angle of 122.47º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C164 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 193 100 -
CMYK 0.50 0 0.48 0.24
HSL 122.47º 0.44% 0.57% -
HSV(B) 122.47º 0.5% 0.76% -
XYZ 26.19 41.55 18.7 -
YUV 153.4 97.86 87.06 -
System Red Green Blue C M Y K H S L
Decimal 96 193 100 0.50 0 0.48 0.24 122.47 0.44 0.57
Hex 60 C1 64 32 0 30 18 7A 2C 39
Octal 140 301 144 62 0 60 30 172 54 71
Binary 1100000 11000001 1100100 110010 0 110000 11000 1111010 101100 111001

Color Harmonies of #60C164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C164

Black with #60C164

Text Example


Text Example

White with #60C164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,193,100); }

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

background-color css

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

 a { background-color: rgb(96,193,100); }

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

border-color css

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

 span { border-color: rgb(96,193,100); }

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