#65BD7D

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

Shades of Fern #65BD7D

Tints of Fern #65BD7D

Color information

#65BD7D (or 0x65BD7D) is unknown color: approx Fern. HEX triplet: 65, BD and 7D. RGB value is (101,189,125). Sum of RGB (Red+Green+Blue) = 101+189+125=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #65BD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BD7D is #9A4282. Grayscale: #9B9B9B. Windows color (decimal): -10109571 or 8240485. OLE color: 8240485.

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

Color convert

RGB101189125-
CMYK0.4700.340.26
HSL136.36º40%56.86%-
HSV(B)136.36º46.56%74.12%-
XYZ27.2740.6425.81-
YUV155.39110.8589.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.34%
GREEN value IS 189 (74.22% from 255) = 45.54%
BLUE value IS 125 (49.22% from 255) = 30.12%
R=24.34%
G=45.54%
B=30.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1011891250.4700.340.26136.364056.86
Hex65BD7D2F0221A882839
Octal14527517557042322105071
Binary110010110111101111110110111101000101101010001000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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