Html Css Color HEX #71C268 Fern

📋 copy color: '#71C268'

red 113 ◦ green 194 ◦ blue 104

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

Shades of Fern #71C268

Tints of Fern #71C268

RGB

 RED value IS 113 (44.53% from 255) = 27.49%

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

 BLUE value IS 104 (41.02% from 255) = 25.3%

R = 27.49%
G = 47.2%
B = 25.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#71C268 (or 0x71C268) is known color: Fern. HEX triplet: 71, C2 and 68. RGB value is (113,194,104). Sum of RGB (Red+Green+Blue) = 113+194+104=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #71C268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C268 is #8E3D97. Grayscale: #9F9F9F. Windows color (decimal): -9321880 or 6865521. OLE color: 6865521.

HSL color Cylindrical-coordinate representation of color #71C268: hue angle of 114º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71C268 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 194 104 -
CMYK 0.42 0 0.46 0.24
HSL 114º 0.42% 0.58% -
HSV(B) 114º 0.46% 0.76% -
XYZ 28.6 43.09 19.91 -
YUV 159.52 96.66 94.82 -
System Red Green Blue C M Y K H S L
Decimal 113 194 104 0.42 0 0.46 0.24 114 0.42 0.58
Hex 71 C2 68 2A 0 2E 18 72 2A 3A
Octal 161 302 150 52 0 56 30 162 52 72
Binary 1110001 11000010 1101000 101010 0 101110 11000 1110010 101010 111010

Color Harmonies of #71C268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C268

Black with #71C268

Text Example


Text Example

White with #71C268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71C268; }

 p { color: rgb(113,194,104); }

 H1.HeaderClassName
 {
   color: #71C268;
 }
 .AnyTagClassName
 {
   color: #71C268;
 }
</style>

background-color css

<style>
 a { background-color: #71C268; }

 a { background-color: rgb(113,194,104); }

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

border-color css

<style>
 span { border-color: #71C268; }

 span { border-color: rgb(113,194,104); }

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