Html Css Color HEX #60B96F Fern

📋 copy color: '#60B96F'

red 96 ◦ green 185 ◦ blue 111

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

Shades of Fern #60B96F

Tints of Fern #60B96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.32%

R = 24.49%
G = 47.19%
B = 28.32%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#60B96F (or 0x60B96F) is known color: Fern. HEX triplet: 60, B9 and 6F. RGB value is (96,185,111). Sum of RGB (Red+Green+Blue) = 96+185+111=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #60B96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B96F is #9F4690. Grayscale: #969696. Windows color (decimal): -10438289 or 7321952. OLE color: 7321952.

HSL color Cylindrical-coordinate representation of color #60B96F: hue angle of 130.11º 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 #60B96F is Cyan = 0.48, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 185 111 -
CMYK 0.48 0 0.4 0.27
HSL 130.11º 0.39% 0.55% -
HSV(B) 130.11º 0.48% 0.73% -
XYZ 25.04 38.33 21.12 -
YUV 149.95 106.01 89.52 -
System Red Green Blue C M Y K H S L
Decimal 96 185 111 0.48 0 0.4 0.27 130.11 0.39 0.55
Hex 60 B9 6F 30 0 28 1B 82 27 37
Octal 140 271 157 60 0 50 33 202 47 67
Binary 1100000 10111001 1101111 110000 0 101000 11011 10000010 100111 110111

Color Harmonies of #60B96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B96F

Black with #60B96F

Text Example


Text Example

White with #60B96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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