#65C970

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

Shades of Fern #65C970

Tints of Fern #65C970

Color information

#65C970 (or 0x65C970) is unknown color: approx Fern. HEX triplet: 65, C9 and 70. RGB value is (101,201,112). Sum of RGB (Red+Green+Blue) = 101+201+112=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #65C970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C970 is #9A368F. Grayscale: #A1A1A1. Windows color (decimal): -10106512 or 7391589. OLE color: 7391589.

HSL color Cylindrical-coordinate representation of color #65C970: hue angle of 126.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C970 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB101201112-
CMYK0.5000.440.21
HSL126.6º48.08%59.22%-
HSV(B)126.6º49.75%78.82%-
XYZ29.1845.7122.61-
YUV160.95100.3785.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.40%
GREEN value IS 201 (78.91% from 255) = 48.55%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=24.40%
G=48.55%
B=27.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1012011120.5000.440.21126.648.0859.22
Hex65C9703202C157f303b
Octal14531116062054251776073
Binary11001011100100111100001100100101100101011111111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,201,112); }

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

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

 a { background-color: rgb(101,201,112); }

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

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

 span { border-color: rgb(101,201,112); }

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