#65C469

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

Shades of Fern #65C469

Tints of Fern #65C469

Color information

#65C469 (or 0x65C469) is unknown color: approx Fern. HEX triplet: 65, C4 and 69. RGB value is (101,196,105). Sum of RGB (Red+Green+Blue) = 101+196+105=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #65C469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C469 is #9A3B96. Grayscale: #9D9D9D. Windows color (decimal): -10107799 or 6931557. OLE color: 6931557.

HSL color Cylindrical-coordinate representation of color #65C469: hue angle of 122.53º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C469 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB101196105-
CMYK0.4800.460.23
HSL122.53º44.6%58.24%-
HSV(B)122.53º48.47%76.86%-
XYZ27.6643.2720.26-
YUV157.2298.5387.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.12%
GREEN value IS 196 (76.95% from 255) = 48.76%
BLUE value IS 105 (41.41% from 255) = 26.12%
R=25.12%
G=48.76%
B=26.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1011961050.4800.460.23122.5344.658.24
Hex65C4693002E177b2d3a
Octal14530415160056271735572
Binary11001011100010011010011100000101110101111111011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,196,105); }

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

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

 a { background-color: rgb(101,196,105); }

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

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

 span { border-color: rgb(101,196,105); }

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