Html Css Color HEX #66BC70 Fern

📋 copy color: '#66BC70'

red 102 ◦ green 188 ◦ blue 112

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

Shades of Fern #66BC70

Tints of Fern #66BC70

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.77%

 BLUE value IS 112 (44.14% from 255) = 27.86%

R = 25.37%
G = 46.77%
B = 27.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#66BC70 (or 0x66BC70) is known color: Fern. HEX triplet: 66, BC and 70. RGB value is (102,188,112). Sum of RGB (Red+Green+Blue) = 102+188+112=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BC70 is #99438F. Grayscale: #999999. Windows color (decimal): -10044304 or 7388262. OLE color: 7388262.

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

Color convert

RGB 102 188 112 -
CMYK 0.46 0 0.40 0.26
HSL 126.98º 0.39% 0.57% -
HSV(B) 126.98º 0.46% 0.74% -
XYZ 26.39 39.96 21.65 -
YUV 153.62 104.51 91.18 -
System Red Green Blue C M Y K H S L
Decimal 102 188 112 0.46 0 0.40 0.26 126.98 0.39 0.57
Hex 66 BC 70 2E 0 28 1A 7F 27 39
Octal 146 274 160 56 0 50 32 177 47 71
Binary 1100110 10111100 1110000 101110 0 101000 11010 1111111 100111 111001

Color Harmonies of #66BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BC70

Black with #66BC70

Text Example


Text Example

White with #66BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,188,112); }

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

background-color css

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

 a { background-color: rgb(102,188,112); }

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

border-color css

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

 span { border-color: rgb(102,188,112); }

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