#66BD5C

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

Shades of Fern #66BD5C

Tints of Fern #66BD5C

Color information

#66BD5C (or 0x66BD5C) is unknown color: approx Fern. HEX triplet: 66, BD and 5C. RGB value is (102,189,92). Sum of RGB (Red+Green+Blue) = 102+189+92=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BD5C is #9942A3. Grayscale: #989898. Windows color (decimal): -10044068 or 6077798. OLE color: 6077798.

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

Color convert

RGB10218992-
CMYK0.4600.510.26
HSL113.81º42.36%55.1%-
HSV(B)113.81º51.32%74.12%-
XYZ25.6139.9916.49-
YUV151.9394.1892.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 189 (74.22% from 255) = 49.35%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=26.63%
G=49.35%
B=24.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal102189920.4600.510.26113.8142.3655.1
Hex66BD5C2E0331A722a37
Octal14627513456063321625267
Binary11001101011110110111001011100110011110101110010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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