Html Css Color HEX #66BD61 Fern

📋 copy color: '#66BD61'

red 102 ◦ green 189 ◦ blue 97

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

Shades of Fern #66BD61

Tints of Fern #66BD61

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.71%

 BLUE value IS 97 (38.28% from 255) = 25%

R = 26.29%
G = 48.71%
B = 25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#66BD61 (or 0x66BD61) is known color: Fern. HEX triplet: 66, BD and 61. RGB value is (102,189,97). Sum of RGB (Red+Green+Blue) = 102+189+97=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BD61 is #99429E. Grayscale: #989898. Windows color (decimal): -10044063 or 6405478. OLE color: 6405478.

HSL color Cylindrical-coordinate representation of color #66BD61: hue angle of 116.74º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66BD61 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 189 97 -
CMYK 0.46 0 0.49 0.26
HSL 116.74º 0.41% 0.56% -
HSV(B) 116.74º 0.49% 0.74% -
XYZ 25.83 40.08 17.68 -
YUV 152.5 96.68 91.98 -
System Red Green Blue C M Y K H S L
Decimal 102 189 97 0.46 0 0.49 0.26 116.74 0.41 0.56
Hex 66 BD 61 2E 0 31 1A 75 29 38
Octal 146 275 141 56 0 61 32 165 51 70
Binary 1100110 10111101 1100001 101110 0 110001 11010 1110101 101001 111000

Color Harmonies of #66BD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BD61

Black with #66BD61

Text Example


Text Example

White with #66BD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,189,97); }

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

background-color css

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

 a { background-color: rgb(102,189,97); }

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

border-color css

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

 span { border-color: rgb(102,189,97); }

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