#66BD7D

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

Shades of Fern #66BD7D

Tints of Fern #66BD7D

Color information

#66BD7D (or 0x66BD7D) is unknown color: approx Fern. HEX triplet: 66, BD and 7D. RGB value is (102,189,125). Sum of RGB (Red+Green+Blue) = 102+189+125=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BD7D is #994282. Grayscale: #9B9B9B. Windows color (decimal): -10044035 or 8240486. OLE color: 8240486.

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

Color convert

RGB102189125-
CMYK0.4600.340.26
HSL135.86º39.73%57.06%-
HSV(B)135.86º46.03%74.12%-
XYZ27.3840.725.82-
YUV155.69110.6889.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.52%
GREEN value IS 189 (74.22% from 255) = 45.43%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=24.52%
G=45.43%
B=30.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021891250.4600.340.26135.8639.7357.06
Hex66BD7D2E0221A882839
Octal14627517556042322105071
Binary110011010111101111110110111001000101101010001000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66BD7D; }

 p { color: rgb(102,189,125); }

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

<style>
 a { background-color: #66BD7D; }

 a { background-color: rgb(102,189,125); }

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

<style>
 span { border-color: #66BD7D; }

 span { border-color: rgb(102,189,125); }

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