Html Css Color HEX #66BD73 Fern

📋 copy color: '#66BD73'

red 102 ◦ green 189 ◦ blue 115

#66BD73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #66BD73

Tints of Fern #66BD73

RGB

 RED value IS 102 (40.23% from 255) = 25.12%

 GREEN value IS 189 (74.22% from 255) = 46.55%

 BLUE value IS 115 (45.31% from 255) = 28.33%

R = 25.12%
G = 46.55%
B = 28.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#66BD73 (or 0x66BD73) is known color: Fern. HEX triplet: 66, BD and 73. RGB value is (102,189,115). Sum of RGB (Red+Green+Blue) = 102+189+115=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BD73 is #99428C. Grayscale: #9A9A9A. Windows color (decimal): -10044045 or 7585126. OLE color: 7585126.

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

Color convert

RGB 102 189 115 -
CMYK 0.46 0 0.39 0.26
HSL 128.97º 0.4% 0.57% -
HSV(B) 128.97º 0.46% 0.74% -
XYZ 26.77 40.46 22.62 -
YUV 154.55 105.68 90.52 -
System Red Green Blue C M Y K H S L
Decimal 102 189 115 0.46 0 0.39 0.26 128.97 0.4 0.57
Hex 66 BD 73 2E 0 27 1A 81 28 39
Octal 146 275 163 56 0 47 32 201 50 71
Binary 1100110 10111101 1110011 101110 0 100111 11010 10000001 101000 111001

Color Harmonies of #66BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BD73

Black with #66BD73

Text Example


Text Example

White with #66BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66BD73;
 }
 .AnyTagClassName
 {
   color: #66BD73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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