#64BC69

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

Shades of Fern #64BC69

Tints of Fern #64BC69

Color information

#64BC69 (or 0x64BC69) is unknown color: approx Fern. HEX triplet: 64, BC and 69. RGB value is (100,188,105). Sum of RGB (Red+Green+Blue) = 100+188+105=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC69 is #9B4396. Grayscale: #989898. Windows color (decimal): -10175383 or 6929508. OLE color: 6929508.

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

Color convert

RGB100188105-
CMYK0.4700.440.26
HSL123.41º39.64%56.47%-
HSV(B)123.41º46.81%73.73%-
XYZ25.7939.719.67-
YUV152.23101.3590.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 188 (73.83% from 255) = 47.84%
BLUE value IS 105 (41.41% from 255) = 26.72%
R=25.45%
G=47.84%
B=26.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001881050.4700.440.26123.4139.6456.47
Hex64BC692F02C1A7b2838
Octal14427415157054321735070
Binary11001001011110011010011011110101100110101111011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64BC69; }

 p { color: rgb(100,188,105); }

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

<style>
 a { background-color: #64BC69; }

 a { background-color: rgb(100,188,105); }

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

<style>
 span { border-color: #64BC69; }

 span { border-color: rgb(100,188,105); }

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