Html Css Color HEX #66BD68 Fern

📋 copy color: '#66BD68'

red 102 ◦ green 189 ◦ blue 104

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

Shades of Fern #66BD68

Tints of Fern #66BD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.33%

R = 25.82%
G = 47.85%
B = 26.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#66BD68 (or 0x66BD68) is known color: Fern. HEX triplet: 66, BD and 68. RGB value is (102,189,104). Sum of RGB (Red+Green+Blue) = 102+189+104=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BD68 is #994297. Grayscale: #999999. Windows color (decimal): -10044056 or 6864230. OLE color: 6864230.

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

Color convert

RGB 102 189 104 -
CMYK 0.46 0 0.45 0.26
HSL 121.38º 0.4% 0.57% -
HSV(B) 121.38º 0.46% 0.74% -
XYZ 26.18 40.22 19.48 -
YUV 153.3 100.18 91.41 -
System Red Green Blue C M Y K H S L
Decimal 102 189 104 0.46 0 0.45 0.26 121.38 0.4 0.57
Hex 66 BD 68 2E 0 2D 1A 79 28 39
Octal 146 275 150 56 0 55 32 171 50 71
Binary 1100110 10111101 1101000 101110 0 101101 11010 1111001 101000 111001

Color Harmonies of #66BD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BD68

Black with #66BD68

Text Example


Text Example

White with #66BD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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