#65BE66

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

Shades of Fern #65BE66

Tints of Fern #65BE66

Color information

#65BE66 (or 0x65BE66) is unknown color: approx Fern. HEX triplet: 65, BE and 66. RGB value is (101,190,102). Sum of RGB (Red+Green+Blue) = 101+190+102=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #65BE66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BE66 is #9A4199. Grayscale: #999999. Windows color (decimal): -10109338 or 6733413. OLE color: 6733413.

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

Color convert

RGB101190102-
CMYK0.4700.460.25
HSL120.67º40.64%57.06%-
HSV(B)120.67º46.84%74.51%-
XYZ26.1840.5519.02-
YUV153.3699.0190.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.70%
GREEN value IS 190 (74.61% from 255) = 48.35%
BLUE value IS 102 (40.23% from 255) = 25.95%
R=25.70%
G=48.35%
B=25.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011901020.4700.460.25120.6740.6457.06
Hex65BE662F02E19792939
Octal14527614657056311715171
Binary11001011011111011001101011110101110110011111001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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