Html Css Color HEX #66DA73 Pastel Green

📋 copy color: '#66DA73'

red 102 ◦ green 218 ◦ blue 115

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

Shades of Pastel Green #66DA73

Tints of Pastel Green #66DA73

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.11%

 BLUE value IS 115 (45.31% from 255) = 26.44%

R = 23.45%
G = 50.11%
B = 26.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#66DA73 (or 0x66DA73) is known color: Pastel Green. HEX triplet: 66, DA and 73. RGB value is (102,218,115). Sum of RGB (Red+Green+Blue) = 102+218+115=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DA73 is #99258C. Grayscale: #ABABAB. Windows color (decimal): -10036621 or 7592550. OLE color: 7592550.

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

Color convert

RGB 102 218 115 -
CMYK 0.53 0 0.47 0.15
HSL 126.72º 0.61% 0.63% -
HSV(B) 126.72º 0.53% 0.85% -
XYZ 33.65 54.21 24.91 -
YUV 171.57 96.07 78.38 -
System Red Green Blue C M Y K H S L
Decimal 102 218 115 0.53 0 0.47 0.15 126.72 0.61 0.63
Hex 66 DA 73 35 0 2F F 7F 3D 3F
Octal 146 332 163 65 0 57 17 177 75 77
Binary 1100110 11011010 1110011 110101 0 101111 1111 1111111 111101 111111

Color Harmonies of #66DA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DA73

Black with #66DA73

Text Example


Text Example

White with #66DA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,218,115); }

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

background-color css

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

 a { background-color: rgb(102,218,115); }

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

border-color css

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

 span { border-color: rgb(102,218,115); }

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