Html Css Color HEX #66BC5D Fern

📋 copy color: '#66BC5D'

red 102 ◦ green 188 ◦ blue 93

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

Shades of Fern #66BC5D

Tints of Fern #66BC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 26.63%
G = 49.09%
B = 24.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#66BC5D (or 0x66BC5D) is known color: Fern. HEX triplet: 66, BC and 5D. RGB value is (102,188,93). Sum of RGB (Red+Green+Blue) = 102+188+93=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BC5D is #9943A2. Grayscale: #979797. Windows color (decimal): -10044323 or 6143078. OLE color: 6143078.

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

Color convert

RGB 102 188 93 -
CMYK 0.46 0 0.51 0.26
HSL 114.32º 0.41% 0.55% -
HSV(B) 114.32º 0.51% 0.74% -
XYZ 25.44 39.58 16.66 -
YUV 151.46 95.01 92.72 -
System Red Green Blue C M Y K H S L
Decimal 102 188 93 0.46 0 0.51 0.26 114.32 0.41 0.55
Hex 66 BC 5D 2E 0 33 1A 72 29 37
Octal 146 274 135 56 0 63 32 162 51 67
Binary 1100110 10111100 1011101 101110 0 110011 11010 1110010 101001 110111

Color Harmonies of #66BC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BC5D

Black with #66BC5D

Text Example


Text Example

White with #66BC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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