#65BE7B

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

Shades of Fern #65BE7B

Tints of Fern #65BE7B

Color information

#65BE7B (or 0x65BE7B) is unknown color: approx Fern. HEX triplet: 65, BE and 7B. RGB value is (101,190,123). Sum of RGB (Red+Green+Blue) = 101+190+123=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #65BE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BE7B is #9A4184. Grayscale: #9B9B9B. Windows color (decimal): -10109317 or 8109669. OLE color: 8109669.

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

Color convert

RGB101190123-
CMYK0.4700.350.25
HSL134.83º40.64%57.06%-
HSV(B)134.83º46.84%74.51%-
XYZ27.3641.0225.22-
YUV155.75109.5188.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.40%
GREEN value IS 190 (74.61% from 255) = 45.89%
BLUE value IS 123 (48.44% from 255) = 29.71%
R=24.40%
G=45.89%
B=29.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011901230.4700.350.25134.8340.6457.06
Hex65BE7B2F02319872939
Octal14527617357043312075171
Binary110010110111110111101110111101000111100110000111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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