#65BC62

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

Shades of Fern #65BC62

Tints of Fern #65BC62

Color information

#65BC62 (or 0x65BC62) is unknown color: approx Fern. HEX triplet: 65, BC and 62. RGB value is (101,188,98). Sum of RGB (Red+Green+Blue) = 101+188+98=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BC62 is #9A439D. Grayscale: #979797. Windows color (decimal): -10109854 or 6470757. OLE color: 6470757.

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

Color convert

RGB10118898-
CMYK0.4600.480.26
HSL118º40.18%56.08%-
HSV(B)118º47.87%73.73%-
XYZ25.5539.6117.85-
YUV151.7397.6891.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.10%
GREEN value IS 188 (73.83% from 255) = 48.58%
BLUE value IS 98 (38.67% from 255) = 25.32%
R=26.10%
G=48.58%
B=25.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101188980.4600.480.2611840.1856.08
Hex65BC622E0301A762838
Octal14527414256060321665070
Binary11001011011110011000101011100110000110101110110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,188,98); }

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

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

 a { background-color: rgb(101,188,98); }

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

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

 span { border-color: rgb(101,188,98); }

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