#66BE7D

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

Shades of Fern #66BE7D

Tints of Fern #66BE7D

Color information

#66BE7D (or 0x66BE7D) is unknown color: approx Fern. HEX triplet: 66, BE and 7D. RGB value is (102,190,125). Sum of RGB (Red+Green+Blue) = 102+190+125=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BE7D is #994182. Grayscale: #9C9C9C. Windows color (decimal): -10043779 or 8240742. OLE color: 8240742.

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

Color convert

RGB102190125-
CMYK0.4600.340.25
HSL135.68º40.37%57.25%-
HSV(B)135.68º46.32%74.51%-
XYZ27.5941.1325.89-
YUV156.28110.3589.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 190 (74.61% from 255) = 45.56%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=24.46%
G=45.56%
B=29.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021901250.4600.340.25135.6840.3757.25
Hex66BE7D2E02219882839
Octal14627617556042312105071
Binary110011010111110111110110111001000101100110001000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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