Html Css Color HEX #66BA70 Fern

📋 copy color: '#66BA70'

red 102 ◦ green 186 ◦ blue 112

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

Shades of Fern #66BA70

Tints of Fern #66BA70

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.5%

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

R = 25.5%
G = 46.5%
B = 28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#66BA70 (or 0x66BA70) is known color: Fern. HEX triplet: 66, BA and 70. RGB value is (102,186,112). Sum of RGB (Red+Green+Blue) = 102+186+112=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA70 is #99458F. Grayscale: #989898. Windows color (decimal): -10044816 or 7387750. OLE color: 7387750.

HSL color Cylindrical-coordinate representation of color #66BA70: hue angle of 127.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BA70 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 186 112 -
CMYK 0.45 0 0.40 0.27
HSL 127.14º 0.38% 0.56% -
HSV(B) 127.14º 0.45% 0.73% -
XYZ 25.96 39.11 21.51 -
YUV 152.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 102 186 112 0.45 0 0.40 0.27 127.14 0.38 0.56
Hex 66 BA 70 2D 0 28 1B 7F 26 38
Octal 146 272 160 55 0 50 33 177 46 70
Binary 1100110 10111010 1110000 101101 0 101000 11011 1111111 100110 111000

Color Harmonies of #66BA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BA70

Black with #66BA70

Text Example


Text Example

White with #66BA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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