Html Css Color HEX #60BF75 Fern

📋 copy color: '#60BF75'

red 96 ◦ green 191 ◦ blue 117

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

Shades of Fern #60BF75

Tints of Fern #60BF75

RGB

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

 GREEN value IS 191 (75% from 255) = 47.28%

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 23.76%
G = 47.28%
B = 28.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#60BF75 (or 0x60BF75) is known color: Fern. HEX triplet: 60, BF and 75. RGB value is (96,191,117). Sum of RGB (Red+Green+Blue) = 96+191+117=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BF75 is #9F408A. Grayscale: #9A9A9A. Windows color (decimal): -10436747 or 7716704. OLE color: 7716704.

HSL color Cylindrical-coordinate representation of color #60BF75: hue angle of 133.26º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BF75 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 191 117 -
CMYK 0.50 0 0.39 0.25
HSL 133.26º 0.43% 0.56% -
HSV(B) 133.26º 0.5% 0.75% -
XYZ 26.67 41.03 23.34 -
YUV 154.16 107.03 86.52 -
System Red Green Blue C M Y K H S L
Decimal 96 191 117 0.50 0 0.39 0.25 133.26 0.43 0.56
Hex 60 BF 75 32 0 27 19 85 2B 38
Octal 140 277 165 62 0 47 31 205 53 70
Binary 1100000 10111111 1110101 110010 0 100111 11001 10000101 101011 111000

Color Harmonies of #60BF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BF75

Black with #60BF75

Text Example


Text Example

White with #60BF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,191,117); }

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

background-color css

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

 a { background-color: rgb(96,191,117); }

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

border-color css

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

 span { border-color: rgb(96,191,117); }

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