#65CD5D

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

Shades of Fern #65CD5D

Tints of Fern #65CD5D

Color information

#65CD5D (or 0x65CD5D) is unknown color: approx Fern. HEX triplet: 65, CD and 5D. RGB value is (101,205,93). Sum of RGB (Red+Green+Blue) = 101+205+93=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #65CD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CD5D is #9A32A2. Grayscale: #A1A1A1. Windows color (decimal): -10105507 or 6147429. OLE color: 6147429.

HSL color Cylindrical-coordinate representation of color #65CD5D: hue angle of 115.71º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65CD5D is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB10120593-
CMYK0.5100.550.20
HSL115.71º52.83%58.43%-
HSV(B)115.71º54.63%80.39%-
XYZ29.1747.2217.93-
YUV161.1489.5485.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.31%
GREEN value IS 205 (80.47% from 255) = 51.38%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=25.31%
G=51.38%
B=23.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal101205930.5100.550.20115.7152.8358.43
Hex65CD5D330371474353a
Octal14531513563067241646572
Binary11001011100110110111011100110110111101001110100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,205,93); }

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

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

 a { background-color: rgb(101,205,93); }

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

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

 span { border-color: rgb(101,205,93); }

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