#65BC71

Color #65BC71 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #65BC71

Tints of Fern #65BC71

Color information

#65BC71 (or 0x65BC71) is unknown color: approx Fern. HEX triplet: 65, BC and 71. RGB value is (101,188,113). Sum of RGB (Red+Green+Blue) = 101+188+113=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BC71 is #9A438E. Grayscale: #999999. Windows color (decimal): -10109839 or 7453797. OLE color: 7453797.

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

Color convert

RGB101188113-
CMYK0.4600.400.26
HSL128.28º39.37%56.67%-
HSV(B)128.28º46.28%73.73%-
XYZ26.3339.9321.94-
YUV153.44105.1890.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.12%
GREEN value IS 188 (73.83% from 255) = 46.77%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=25.12%
G=46.77%
B=28.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1011881130.4600.400.26128.2839.3756.67
Hex65BC712E0281A802739
Octal14527416156050322004771
Binary110010110111100111000110111001010001101010000000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65BC71; }

 p { color: rgb(101,188,113); }

 H1.HeaderClassName
 {
   color: #65BC71;
 }
 .AnyTagClassName
 {
   color: #65BC71;
 }
</style>
background-color css

<style>
 a { background-color: #65BC71; }

 a { background-color: rgb(101,188,113); }

 div.DivClassName
 {
   background-color: #65BC71;
 }
 .BgClassName
 {
   background-color: #65BC71;
 }
</style>
border-color css

<style>
 span { border-color: #65BC71; }

 span { border-color: rgb(101,188,113); }

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