Html Css Color HEX #60CA70 Fern

📋 copy color: '#60CA70'

red 96 ◦ green 202 ◦ blue 112

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

Shades of Fern #60CA70

Tints of Fern #60CA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.27%

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

R = 23.41%
G = 49.27%
B = 27.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#60CA70 (or 0x60CA70) is known color: Fern. HEX triplet: 60, CA and 70. RGB value is (96,202,112). Sum of RGB (Red+Green+Blue) = 96+202+112=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CA70 is #9F358F. Grayscale: #A0A0A0. Windows color (decimal): -10433936 or 7391840. OLE color: 7391840.

HSL color Cylindrical-coordinate representation of color #60CA70: hue angle of 129.06º degrees, saturation: 0.5, 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 #60CA70 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 202 112 -
CMYK 0.52 0 0.45 0.21
HSL 129.06º 0.5% 0.58% -
HSV(B) 129.06º 0.52% 0.79% -
XYZ 28.87 45.9 22.67 -
YUV 160.05 100.88 82.32 -
System Red Green Blue C M Y K H S L
Decimal 96 202 112 0.52 0 0.45 0.21 129.06 0.5 0.58
Hex 60 CA 70 34 0 2D 15 81 32 3A
Octal 140 312 160 64 0 55 25 201 62 72
Binary 1100000 11001010 1110000 110100 0 101101 10101 10000001 110010 111010

Color Harmonies of #60CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CA70

Black with #60CA70

Text Example


Text Example

White with #60CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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