Html Css Color HEX #66D571 Pastel Green

📋 copy color: '#66D571'

red 102 ◦ green 213 ◦ blue 113

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

Shades of Pastel Green #66D571

Tints of Pastel Green #66D571

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.77%

 BLUE value IS 113 (44.53% from 255) = 26.4%

R = 23.83%
G = 49.77%
B = 26.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#66D571 (or 0x66D571) is known color: Pastel Green. HEX triplet: 66, D5 and 71. RGB value is (102,213,113). Sum of RGB (Red+Green+Blue) = 102+213+113=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #66D571 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D571 is #992A8E. Grayscale: #A8A8A8. Windows color (decimal): -10037903 or 7460198. OLE color: 7460198.

HSL color Cylindrical-coordinate representation of color #66D571: hue angle of 125.95º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D571 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 213 113 -
CMYK 0.52 0 0.47 0.16
HSL 125.95º 0.57% 0.62% -
HSV(B) 125.95º 0.52% 0.84% -
XYZ 32.25 51.61 23.88 -
YUV 168.41 96.73 80.63 -
System Red Green Blue C M Y K H S L
Decimal 102 213 113 0.52 0 0.47 0.16 125.95 0.57 0.62
Hex 66 D5 71 34 0 2F 10 7E 39 3E
Octal 146 325 161 64 0 57 20 176 71 76
Binary 1100110 11010101 1110001 110100 0 101111 10000 1111110 111001 111110

Color Harmonies of #66D571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D571

Black with #66D571

Text Example


Text Example

White with #66D571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,213,113); }

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

background-color css

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

 a { background-color: rgb(102,213,113); }

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

border-color css

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

 span { border-color: rgb(102,213,113); }

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