Html Css Color HEX #60C874 Fern

📋 copy color: '#60C874'

red 96 ◦ green 200 ◦ blue 116

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

Shades of Fern #60C874

Tints of Fern #60C874

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.54%

 BLUE value IS 116 (45.7% from 255) = 28.16%

R = 23.3%
G = 48.54%
B = 28.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#60C874 (or 0x60C874) is known color: Fern. HEX triplet: 60, C8 and 74. RGB value is (96,200,116). Sum of RGB (Red+Green+Blue) = 96+200+116=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #60C874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C874 is #9F378B. Grayscale: #9F9F9F. Windows color (decimal): -10434444 or 7653472. OLE color: 7653472.

HSL color Cylindrical-coordinate representation of color #60C874: hue angle of 131.54º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C874 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 200 116 -
CMYK 0.52 0 0.42 0.22
HSL 131.54º 0.49% 0.58% -
HSV(B) 131.54º 0.52% 0.78% -
XYZ 28.63 45.06 23.71 -
YUV 159.33 103.54 82.83 -
System Red Green Blue C M Y K H S L
Decimal 96 200 116 0.52 0 0.42 0.22 131.54 0.49 0.58
Hex 60 C8 74 34 0 2A 16 84 31 3A
Octal 140 310 164 64 0 52 26 204 61 72
Binary 1100000 11001000 1110100 110100 0 101010 10110 10000100 110001 111010

Color Harmonies of #60C874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C874

Black with #60C874

Text Example


Text Example

White with #60C874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,200,116); }

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

background-color css

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

 a { background-color: rgb(96,200,116); }

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

border-color css

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

 span { border-color: rgb(96,200,116); }

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