#65CA60

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

Shades of Fern #65CA60

Tints of Fern #65CA60

Color information

#65CA60 (or 0x65CA60) is unknown color: approx Fern. HEX triplet: 65, CA and 60. RGB value is (101,202,96). Sum of RGB (Red+Green+Blue) = 101+202+96=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CA60 is #9A359F. Grayscale: #A0A0A0. Windows color (decimal): -10106272 or 6343269. OLE color: 6343269.

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

Color convert

RGB10120296-
CMYK0.5000.520.21
HSL117.17º50%58.43%-
HSV(B)117.17º52.48%79.22%-
XYZ28.645.8518.41-
YUV159.7292.0486.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.31%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=25.31%
G=50.63%
B=24.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101202960.5000.520.21117.175058.43
Hex65CA60320341575323a
Octal14531214062064251656272
Binary11001011100101011000001100100110100101011110101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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