Html Css Color HEX #71BD68 Fern

📋 copy color: '#71BD68'

red 113 ◦ green 189 ◦ blue 104

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

Shades of Fern #71BD68

Tints of Fern #71BD68

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.55%

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

R = 27.83%
G = 46.55%
B = 25.62%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#71BD68 (or 0x71BD68) is known color: Fern. HEX triplet: 71, BD and 68. RGB value is (113,189,104). Sum of RGB (Red+Green+Blue) = 113+189+104=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BD68 is #8E4297. Grayscale: #9C9C9C. Windows color (decimal): -9323160 or 6864241. OLE color: 6864241.

HSL color Cylindrical-coordinate representation of color #71BD68: hue angle of 113.65º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71BD68 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 189 104 -
CMYK 0.40 0 0.45 0.26
HSL 113.65º 0.39% 0.57% -
HSV(B) 113.65º 0.45% 0.74% -
XYZ 27.51 40.91 19.54 -
YUV 156.59 98.32 96.91 -
System Red Green Blue C M Y K H S L
Decimal 113 189 104 0.40 0 0.45 0.26 113.65 0.39 0.57
Hex 71 BD 68 28 0 2D 1A 72 27 39
Octal 161 275 150 50 0 55 32 162 47 71
Binary 1110001 10111101 1101000 101000 0 101101 11010 1110010 100111 111001

Color Harmonies of #71BD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BD68

Black with #71BD68

Text Example


Text Example

White with #71BD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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