#65BE7D

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

Shades of Fern #65BE7D

Tints of Fern #65BE7D

Color information

#65BE7D (or 0x65BE7D) is unknown color: approx Fern. HEX triplet: 65, BE and 7D. RGB value is (101,190,125). Sum of RGB (Red+Green+Blue) = 101+190+125=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #65BE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BE7D is #9A4182. Grayscale: #9C9C9C. Windows color (decimal): -10109315 or 8240741. OLE color: 8240741.

HSL color Cylindrical-coordinate representation of color #65BE7D: hue angle of 136.18º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BE7D is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB101190125-
CMYK0.4700.340.25
HSL136.18º40.64%57.06%-
HSV(B)136.18º46.84%74.51%-
XYZ27.4841.0725.88-
YUV155.98110.5188.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.28%
GREEN value IS 190 (74.61% from 255) = 45.67%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=24.28%
G=45.67%
B=30.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011901250.4700.340.25136.1840.6457.06
Hex65BE7D2F02219882939
Octal14527617557042312105171
Binary110010110111110111110110111101000101100110001000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,190,125); }

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

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

 a { background-color: rgb(101,190,125); }

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

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

 span { border-color: rgb(101,190,125); }

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