Html Css Color HEX #66BC7D Fern

📋 copy color: '#66BC7D'

red 102 ◦ green 188 ◦ blue 125

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

Shades of Fern #66BC7D

Tints of Fern #66BC7D

RGB

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

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

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

R = 24.58%
G = 45.3%
B = 30.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#66BC7D (or 0x66BC7D) is known color: Fern. HEX triplet: 66, BC and 7D. RGB value is (102,188,125). Sum of RGB (Red+Green+Blue) = 102+188+125=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BC7D is #994382. Grayscale: #9B9B9B. Windows color (decimal): -10044291 or 8240230. OLE color: 8240230.

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

Color convert

RGB 102 188 125 -
CMYK 0.46 0 0.34 0.26
HSL 136.05º 0.39% 0.57% -
HSV(B) 136.05º 0.46% 0.74% -
XYZ 27.16 40.27 25.74 -
YUV 155.1 111.01 90.12 -
System Red Green Blue C M Y K H S L
Decimal 102 188 125 0.46 0 0.34 0.26 136.05 0.39 0.57
Hex 66 BC 7D 2E 0 22 1A 88 27 39
Octal 146 274 175 56 0 42 32 210 47 71
Binary 1100110 10111100 1111101 101110 0 100010 11010 10001000 100111 111001

Color Harmonies of #66BC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BC7D

Black with #66BC7D

Text Example


Text Example

White with #66BC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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