Html Css Color HEX #60C970 Fern

📋 copy color: '#60C970'

red 96 ◦ green 201 ◦ blue 112

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

Shades of Fern #60C970

Tints of Fern #60C970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.14%

 BLUE value IS 112 (44.14% from 255) = 27.38%

R = 23.47%
G = 49.14%
B = 27.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#60C970 (or 0x60C970) is known color: Fern. HEX triplet: 60, C9 and 70. RGB value is (96,201,112). Sum of RGB (Red+Green+Blue) = 96+201+112=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #60C970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C970 is #9F368F. Grayscale: #9F9F9F. Windows color (decimal): -10434192 or 7391584. OLE color: 7391584.

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

Color convert

RGB 96 201 112 -
CMYK 0.52 0 0.44 0.21
HSL 129.14º 0.49% 0.58% -
HSV(B) 129.14º 0.52% 0.79% -
XYZ 28.64 45.43 22.59 -
YUV 159.46 101.21 82.74 -
System Red Green Blue C M Y K H S L
Decimal 96 201 112 0.52 0 0.44 0.21 129.14 0.49 0.58
Hex 60 C9 70 34 0 2C 15 81 31 3A
Octal 140 311 160 64 0 54 25 201 61 72
Binary 1100000 11001001 1110000 110100 0 101100 10101 10000001 110001 111010

Color Harmonies of #60C970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C970

Black with #60C970

Text Example


Text Example

White with #60C970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,201,112); }

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

background-color css

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

 a { background-color: rgb(96,201,112); }

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

border-color css

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

 span { border-color: rgb(96,201,112); }

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