Html Css Color HEX #66BA7D Fern

📋 copy color: '#66BA7D'

red 102 ◦ green 186 ◦ blue 125

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

Shades of Fern #66BA7D

Tints of Fern #66BA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 24.7%
G = 45.04%
B = 30.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#66BA7D (or 0x66BA7D) is known color: Fern. HEX triplet: 66, BA and 7D. RGB value is (102,186,125). Sum of RGB (Red+Green+Blue) = 102+186+125=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA7D is #994582. Grayscale: #9A9A9A. Windows color (decimal): -10044803 or 8239718. OLE color: 8239718.

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

Color convert

RGB 102 186 125 -
CMYK 0.45 0 0.33 0.27
HSL 136.43º 0.38% 0.56% -
HSV(B) 136.43º 0.45% 0.73% -
XYZ 26.74 39.42 25.6 -
YUV 153.93 111.67 90.96 -
System Red Green Blue C M Y K H S L
Decimal 102 186 125 0.45 0 0.33 0.27 136.43 0.38 0.56
Hex 66 BA 7D 2D 0 21 1B 88 26 38
Octal 146 272 175 55 0 41 33 210 46 70
Binary 1100110 10111010 1111101 101101 0 100001 11011 10001000 100110 111000

Color Harmonies of #66BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BA7D

Black with #66BA7D

Text Example


Text Example

White with #66BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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