Html Css Color HEX #66BF7D Fern

📋 copy color: '#66BF7D'

red 102 ◦ green 191 ◦ blue 125

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

Shades of Fern #66BF7D

Tints of Fern #66BF7D

RGB

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

 GREEN value IS 191 (75% from 255) = 45.69%

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

R = 24.4%
G = 45.69%
B = 29.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#66BF7D (or 0x66BF7D) is known color: Fern. HEX triplet: 66, BF and 7D. RGB value is (102,191,125). Sum of RGB (Red+Green+Blue) = 102+191+125=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #66BF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BF7D is #994082. Grayscale: #9D9D9D. Windows color (decimal): -10043523 or 8240998. OLE color: 8240998.

HSL color Cylindrical-coordinate representation of color #66BF7D: hue angle of 135.51º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66BF7D is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 191 125 -
CMYK 0.47 0 0.35 0.25
HSL 135.51º 0.41% 0.57% -
HSV(B) 135.51º 0.47% 0.75% -
XYZ 27.81 41.57 25.96 -
YUV 156.87 110.01 88.87 -
System Red Green Blue C M Y K H S L
Decimal 102 191 125 0.47 0 0.35 0.25 135.51 0.41 0.57
Hex 66 BF 7D 2F 0 23 19 88 29 39
Octal 146 277 175 57 0 43 31 210 51 71
Binary 1100110 10111111 1111101 101111 0 100011 11001 10001000 101001 111001

Color Harmonies of #66BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BF7D

Black with #66BF7D

Text Example


Text Example

White with #66BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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