Html Css Color HEX #60BC74 Fern

📋 copy color: '#60BC74'

red 96 ◦ green 188 ◦ blue 116

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

Shades of Fern #60BC74

Tints of Fern #60BC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47%

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

R = 24%
G = 47%
B = 29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#60BC74 (or 0x60BC74) is known color: Fern. HEX triplet: 60, BC and 74. RGB value is (96,188,116). Sum of RGB (Red+Green+Blue) = 96+188+116=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BC74 is #9F438B. Grayscale: #989898. Windows color (decimal): -10437516 or 7650400. OLE color: 7650400.

HSL color Cylindrical-coordinate representation of color #60BC74: hue angle of 133.04º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BC74 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 188 116 -
CMYK 0.49 0 0.38 0.26
HSL 133.04º 0.41% 0.56% -
HSV(B) 133.04º 0.49% 0.74% -
XYZ 25.96 39.71 22.82 -
YUV 152.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 96 188 116 0.49 0 0.38 0.26 133.04 0.41 0.56
Hex 60 BC 74 31 0 26 1A 85 29 38
Octal 140 274 164 61 0 46 32 205 51 70
Binary 1100000 10111100 1110100 110001 0 100110 11010 10000101 101001 111000

Color Harmonies of #60BC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BC74

Black with #60BC74

Text Example


Text Example

White with #60BC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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