Html Css Color HEX #60B964 Fern

📋 copy color: '#60B964'

red 96 ◦ green 185 ◦ blue 100

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

Shades of Fern #60B964

Tints of Fern #60B964

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.56%

 BLUE value IS 100 (39.45% from 255) = 26.25%

R = 25.2%
G = 48.56%
B = 26.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#60B964 (or 0x60B964) is known color: Fern. HEX triplet: 60, B9 and 64. RGB value is (96,185,100). Sum of RGB (Red+Green+Blue) = 96+185+100=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #60B964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B964 is #9F469B. Grayscale: #949494. Windows color (decimal): -10438300 or 6601056. OLE color: 6601056.

HSL color Cylindrical-coordinate representation of color #60B964: hue angle of 122.7º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B964 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 185 100 -
CMYK 0.48 0 0.46 0.27
HSL 122.7º 0.39% 0.55% -
HSV(B) 122.7º 0.48% 0.73% -
XYZ 24.47 38.1 18.12 -
YUV 148.7 100.51 90.41 -
System Red Green Blue C M Y K H S L
Decimal 96 185 100 0.48 0 0.46 0.27 122.7 0.39 0.55
Hex 60 B9 64 30 0 2E 1B 7B 27 37
Octal 140 271 144 60 0 56 33 173 47 67
Binary 1100000 10111001 1100100 110000 0 101110 11011 1111011 100111 110111

Color Harmonies of #60B964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B964

Black with #60B964

Text Example


Text Example

White with #60B964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,185,100); }

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

background-color css

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

 a { background-color: rgb(96,185,100); }

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

border-color css

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

 span { border-color: rgb(96,185,100); }

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