Html Css Color HEX #60CD70 Fern

📋 copy color: '#60CD70'

red 96 ◦ green 205 ◦ blue 112

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

Shades of Fern #60CD70

Tints of Fern #60CD70

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.64%

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

R = 23.24%
G = 49.64%
B = 27.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#60CD70 (or 0x60CD70) is known color: Fern. HEX triplet: 60, CD and 70. RGB value is (96,205,112). Sum of RGB (Red+Green+Blue) = 96+205+112=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #60CD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CD70 is #9F328F. Grayscale: #A2A2A2. Windows color (decimal): -10433168 or 7392608. OLE color: 7392608.

HSL color Cylindrical-coordinate representation of color #60CD70: hue angle of 128.81º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CD70 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 205 112 -
CMYK 0.53 0 0.45 0.20
HSL 128.81º 0.52% 0.59% -
HSV(B) 128.81º 0.53% 0.8% -
XYZ 29.58 47.32 22.9 -
YUV 161.81 99.89 81.06 -
System Red Green Blue C M Y K H S L
Decimal 96 205 112 0.53 0 0.45 0.20 128.81 0.52 0.59
Hex 60 CD 70 35 0 2D 14 81 34 3B
Octal 140 315 160 65 0 55 24 201 64 73
Binary 1100000 11001101 1110000 110101 0 101101 10100 10000001 110100 111011

Color Harmonies of #60CD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CD70

Black with #60CD70

Text Example


Text Example

White with #60CD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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