#65D15F

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

Shades of Fern #65D15F

Tints of Fern #65D15F

Color information

#65D15F (or 0x65D15F) is unknown color: approx Fern. HEX triplet: 65, D1 and 5F. RGB value is (101,209,95). Sum of RGB (Red+Green+Blue) = 101+209+95=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 209 (82.03% from 255 or 51.60% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 209 - color contains mainly: green. Hex color #65D15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D15F is #9A2EA0. Grayscale: #A4A4A4. Windows color (decimal): -10104481 or 6279525. OLE color: 6279525.

HSL color Cylindrical-coordinate representation of color #65D15F: hue angle of 116.84º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65D15F is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB10120995-
CMYK0.5200.550.18
HSL116.84º55.34%59.61%-
HSV(B)116.84º54.55%81.96%-
XYZ30.2349.1918.73-
YUV163.7189.2283.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.94%
GREEN value IS 209 (82.03% from 255) = 51.60%
BLUE value IS 95 (37.5% from 255) = 23.46%
R=24.94%
G=51.60%
B=23.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101209950.5200.550.18116.8455.3459.61
Hex65D15F340371275373c
Octal14532113764067221656774
Binary11001011101000110111111101000110111100101110101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,209,95); }

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

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

 a { background-color: rgb(101,209,95); }

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

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

 span { border-color: rgb(101,209,95); }

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