#65D061

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

Shades of Fern #65D061

Tints of Fern #65D061

Color information

#65D061 (or 0x65D061) is unknown color: approx Fern. HEX triplet: 65, D0 and 61. RGB value is (101,208,97). Sum of RGB (Red+Green+Blue) = 101+208+97=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #65D061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D061 is #9A2F9E. Grayscale: #A3A3A3. Windows color (decimal): -10104735 or 6410341. OLE color: 6410341.

HSL color Cylindrical-coordinate representation of color #65D061: hue angle of 117.84º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D061 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB10120897-
CMYK0.5100.530.18
HSL117.84º54.15%59.8%-
HSV(B)117.84º53.37%81.57%-
XYZ30.0848.7419.13-
YUV163.3590.5583.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 208 (81.64% from 255) = 51.23%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=24.88%
G=51.23%
B=23.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101208970.5100.530.18117.8454.1559.8
Hex65D061330351276363c
Octal14532014163065221666674
Binary11001011101000011000011100110110101100101110110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,208,97); }

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

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

 a { background-color: rgb(101,208,97); }

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

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

 span { border-color: rgb(101,208,97); }

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