Html Css Color HEX #5FC375 Fern

📋 copy color: '#5FC375'

red 95 ◦ green 195 ◦ blue 117

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

Shades of Fern #5FC375

Tints of Fern #5FC375

RGB

 RED value IS 95 (37.5% from 255) = 23.34%

 GREEN value IS 195 (76.56% from 255) = 47.91%

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

R = 23.34%
G = 47.91%
B = 28.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#5FC375 (or 0x5FC375) is known color: Fern. HEX triplet: 5F, C3 and 75. RGB value is (95,195,117). Sum of RGB (Red+Green+Blue) = 95+195+117=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC375 is #A03C8A. Grayscale: #9C9C9C. Windows color (decimal): -10501259 or 7717727. OLE color: 7717727.

HSL color Cylindrical-coordinate representation of color #5FC375: hue angle of 133.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC375 is Cyan = 0.51, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 95 195 117 -
CMYK 0.51 0 0.4 0.24
HSL 133.2º 0.45% 0.57% -
HSV(B) 133.2º 0.51% 0.76% -
XYZ 27.45 42.75 23.63 -
YUV 156.21 105.87 84.34 -
System Red Green Blue C M Y K H S L
Decimal 95 195 117 0.51 0 0.4 0.24 133.2 0.45 0.57
Hex 5F C3 75 33 0 28 18 85 2D 39
Octal 137 303 165 63 0 50 30 205 55 71
Binary 1011111 11000011 1110101 110011 0 101000 11000 10000101 101101 111001

Color Harmonies of #5FC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC375

Black with #5FC375

Text Example


Text Example

White with #5FC375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FC375; }

 p { color: rgb(95,195,117); }

 H1.HeaderClassName
 {
   color: #5FC375;
 }
 .AnyTagClassName
 {
   color: #5FC375;
 }
</style>

background-color css

<style>
 a { background-color: #5FC375; }

 a { background-color: rgb(95,195,117); }

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

border-color css

<style>
 span { border-color: #5FC375; }

 span { border-color: rgb(95,195,117); }

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