#65CA68

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

Shades of Fern #65CA68

Tints of Fern #65CA68

Color information

#65CA68 (or 0x65CA68) is unknown color: approx Fern. HEX triplet: 65, CA and 68. RGB value is (101,202,104). Sum of RGB (Red+Green+Blue) = 101+202+104=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CA68 is #9A3597. Grayscale: #A0A0A0. Windows color (decimal): -10106264 or 6867557. OLE color: 6867557.

HSL color Cylindrical-coordinate representation of color #65CA68: hue angle of 121.78º degrees, saturation: 0.49, 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 #65CA68 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB101202104-
CMYK0.5000.490.21
HSL121.78º48.79%59.41%-
HSV(B)121.78º50%79.22%-
XYZ28.9946.0120.45-
YUV160.6396.0485.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.82%
GREEN value IS 202 (79.30% from 255) = 49.63%
BLUE value IS 104 (41.02% from 255) = 25.55%
R=24.82%
G=49.63%
B=25.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1012021040.5000.490.21121.7848.7959.41
Hex65CA6832031157a313b
Octal14531215062061251726173
Binary11001011100101011010001100100110001101011111010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,202,104); }

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

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

 a { background-color: rgb(101,202,104); }

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

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

 span { border-color: rgb(101,202,104); }

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