Html Css Color HEX #66D55D Pastel Green

📋 copy color: '#66D55D'

red 102 ◦ green 213 ◦ blue 93

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

Shades of Pastel Green #66D55D

Tints of Pastel Green #66D55D

RGB

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

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

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

R = 25%
G = 52.21%
B = 22.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#66D55D (or 0x66D55D) is known color: Pastel Green. HEX triplet: 66, D5 and 5D. RGB value is (102,213,93). Sum of RGB (Red+Green+Blue) = 102+213+93=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #66D55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D55D is #992AA2. Grayscale: #A6A6A6. Windows color (decimal): -10037923 or 6149478. OLE color: 6149478.

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

Color convert

RGB 102 213 93 -
CMYK 0.52 0 0.56 0.16
HSL 115.5º 0.59% 0.6% -
HSV(B) 115.5º 0.56% 0.84% -
XYZ 31.25 51.2 18.59 -
YUV 166.13 86.73 82.26 -
System Red Green Blue C M Y K H S L
Decimal 102 213 93 0.52 0 0.56 0.16 115.5 0.59 0.6
Hex 66 D5 5D 34 0 38 10 74 3B 3C
Octal 146 325 135 64 0 70 20 164 73 74
Binary 1100110 11010101 1011101 110100 0 111000 10000 1110100 111011 111100

Color Harmonies of #66D55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D55D

Black with #66D55D

Text Example


Text Example

White with #66D55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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