#66BE7C

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

Shades of Fern #66BE7C

Tints of Fern #66BE7C

Color information

#66BE7C (or 0x66BE7C) is unknown color: approx Fern. HEX triplet: 66, BE and 7C. RGB value is (102,190,124). Sum of RGB (Red+Green+Blue) = 102+190+124=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BE7C is #994183. Grayscale: #9C9C9C. Windows color (decimal): -10043780 or 8175206. OLE color: 8175206.

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

Color convert

RGB102190124-
CMYK0.4600.350.25
HSL135º40.37%57.25%-
HSV(B)135º46.32%74.51%-
XYZ27.5341.1125.55-
YUV156.16109.8589.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.52%
GREEN value IS 190 (74.61% from 255) = 45.67%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=24.52%
G=45.67%
B=29.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021901240.4600.350.2513540.3757.25
Hex66BE7C2E02319872839
Octal14627617456043312075071
Binary110011010111110111110010111001000111100110000111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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