Html Css Color HEX #5FCC70 Fern

📋 copy color: '#5FCC70'

red 95 ◦ green 204 ◦ blue 112

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

Shades of Fern #5FCC70

Tints of Fern #5FCC70

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.64%

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

R = 23.11%
G = 49.64%
B = 27.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#5FCC70 (or 0x5FCC70) is known color: Fern. HEX triplet: 5F, CC and 70. RGB value is (95,204,112). Sum of RGB (Red+Green+Blue) = 95+204+112=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCC70 is #A0338F. Grayscale: #A1A1A1. Windows color (decimal): -10498960 or 7392351. OLE color: 7392351.

HSL color Cylindrical-coordinate representation of color #5FCC70: hue angle of 129.36º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCC70 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 204 112 -
CMYK 0.53 0 0.45 0.2
HSL 129.36º 0.52% 0.59% -
HSV(B) 129.36º 0.53% 0.8% -
XYZ 29.24 46.79 22.82 -
YUV 160.92 100.39 80.98 -
System Red Green Blue C M Y K H S L
Decimal 95 204 112 0.53 0 0.45 0.2 129.36 0.52 0.59
Hex 5F CC 70 35 0 2D 14 81 34 3B
Octal 137 314 160 65 0 55 24 201 64 73
Binary 1011111 11001100 1110000 110101 0 101101 10100 10000001 110100 111011

Color Harmonies of #5FCC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCC70

Black with #5FCC70

Text Example


Text Example

White with #5FCC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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