Html Css Color HEX #66D75D Pastel Green

📋 copy color: '#66D75D'

red 102 ◦ green 215 ◦ blue 93

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

Shades of Pastel Green #66D75D

Tints of Pastel Green #66D75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.44%

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

R = 24.88%
G = 52.44%
B = 22.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#66D75D (or 0x66D75D) is known color: Pastel Green. HEX triplet: 66, D7 and 5D. RGB value is (102,215,93). Sum of RGB (Red+Green+Blue) = 102+215+93=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 215 (84.38% from 255 or 52.44% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 215 - color contains mainly: green. Hex color #66D75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D75D is #9928A2. Grayscale: #A7A7A7. Windows color (decimal): -10037411 or 6149990. OLE color: 6149990.

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

Color convert

RGB 102 215 93 -
CMYK 0.53 0 0.57 0.16
HSL 115.57º 0.6% 0.6% -
HSV(B) 115.57º 0.57% 0.84% -
XYZ 31.76 52.22 18.76 -
YUV 167.31 86.06 81.42 -
System Red Green Blue C M Y K H S L
Decimal 102 215 93 0.53 0 0.57 0.16 115.57 0.6 0.6
Hex 66 D7 5D 35 0 39 10 74 3C 3C
Octal 146 327 135 65 0 71 20 164 74 74
Binary 1100110 11010111 1011101 110101 0 111001 10000 1110100 111100 111100

Color Harmonies of #66D75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D75D

Black with #66D75D

Text Example


Text Example

White with #66D75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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