Html Css Color HEX #66D955 Pastel Green

📋 copy color: '#66D955'

red 102 ◦ green 217 ◦ blue 85

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

Shades of Pastel Green #66D955

Tints of Pastel Green #66D955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.71%

 BLUE value IS 85 (33.59% from 255) = 21.04%

R = 25.25%
G = 53.71%
B = 21.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#66D955 (or 0x66D955) is known color: Pastel Green. HEX triplet: 66, D9 and 55. RGB value is (102,217,85). Sum of RGB (Red+Green+Blue) = 102+217+85=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #66D955 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D955 is #9926AA. Grayscale: #A7A7A7. Windows color (decimal): -10036907 or 5626214. OLE color: 5626214.

HSL color Cylindrical-coordinate representation of color #66D955: hue angle of 112.27º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66D955 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 217 85 -
CMYK 0.53 0 0.61 0.15
HSL 112.27º 0.63% 0.59% -
HSV(B) 112.27º 0.61% 0.85% -
XYZ 31.93 53.11 17.16 -
YUV 167.57 81.4 81.23 -
System Red Green Blue C M Y K H S L
Decimal 102 217 85 0.53 0 0.61 0.15 112.27 0.63 0.59
Hex 66 D9 55 35 0 3D F 70 3F 3B
Octal 146 331 125 65 0 75 17 160 77 73
Binary 1100110 11011001 1010101 110101 0 111101 1111 1110000 111111 111011

Color Harmonies of #66D955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D955

Black with #66D955

Text Example


Text Example

White with #66D955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,217,85); }

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

background-color css

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

 a { background-color: rgb(102,217,85); }

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

border-color css

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

 span { border-color: rgb(102,217,85); }

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