Html Css Color HEX #5FC270 Fern

📋 copy color: '#5FC270'

red 95 ◦ green 194 ◦ blue 112

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

Shades of Fern #5FC270

Tints of Fern #5FC270

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.38%

 BLUE value IS 112 (44.14% from 255) = 27.93%

R = 23.69%
G = 48.38%
B = 27.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#5FC270 (or 0x5FC270) is known color: Fern. HEX triplet: 5F, C2 and 70. RGB value is (95,194,112). Sum of RGB (Red+Green+Blue) = 95+194+112=401 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.69% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC270 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC270 is #A03D8F. Grayscale: #9B9B9B. Windows color (decimal): -10501520 or 7389791. OLE color: 7389791.

HSL color Cylindrical-coordinate representation of color #5FC270: hue angle of 130.3º 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 #5FC270 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 95 194 112 -
CMYK 0.51 0 0.42 0.24
HSL 130.3º 0.45% 0.57% -
HSV(B) 130.3º 0.51% 0.76% -
XYZ 26.94 42.19 22.05 -
YUV 155.05 103.7 85.17 -
System Red Green Blue C M Y K H S L
Decimal 95 194 112 0.51 0 0.42 0.24 130.3 0.45 0.57
Hex 5F C2 70 33 0 2A 18 82 2D 39
Octal 137 302 160 63 0 52 30 202 55 71
Binary 1011111 11000010 1110000 110011 0 101010 11000 10000010 101101 111001

Color Harmonies of #5FC270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC270

Black with #5FC270

Text Example


Text Example

White with #5FC270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,194,112); }

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

background-color css

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

 a { background-color: rgb(95,194,112); }

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

border-color css

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

 span { border-color: rgb(95,194,112); }

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