#65BD74

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

Shades of Fern #65BD74

Tints of Fern #65BD74

Color information

#65BD74 (or 0x65BD74) is unknown color: approx Fern. HEX triplet: 65, BD and 74. RGB value is (101,189,116). Sum of RGB (Red+Green+Blue) = 101+189+116=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #65BD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BD74 is #9A428B. Grayscale: #9A9A9A. Windows color (decimal): -10109580 or 7650661. OLE color: 7650661.

HSL color Cylindrical-coordinate representation of color #65BD74: hue angle of 130.23º 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 #65BD74 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB101189116-
CMYK0.4700.390.26
HSL130.23º40%56.86%-
HSV(B)130.23º46.56%74.12%-
XYZ26.7240.4222.92-
YUV154.37106.3589.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 189 (74.22% from 255) = 46.55%
BLUE value IS 116 (45.70% from 255) = 28.57%
R=24.88%
G=46.55%
B=28.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1011891160.4700.390.26130.234056.86
Hex65BD742F0271A822839
Octal14527516457047322025071
Binary110010110111101111010010111101001111101010000010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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