Html Css Color HEX #66F88D Pastel Green

📋 copy color: '#66F88D'

red 102 ◦ green 248 ◦ blue 141

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

Shades of Pastel Green #66F88D

Tints of Pastel Green #66F88D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.51%

 BLUE value IS 141 (55.47% from 255) = 28.72%

R = 20.77%
G = 50.51%
B = 28.72%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#66F88D (or 0x66F88D) is known color: Pastel Green. HEX triplet: 66, F8 and 8D. RGB value is (102,248,141). Sum of RGB (Red+Green+Blue) = 102+248+141=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #66F88D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F88D is #990772. Grayscale: #C0C0C0. Windows color (decimal): -10028915 or 9304166. OLE color: 9304166.

HSL color Cylindrical-coordinate representation of color #66F88D: hue angle of 136.03º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F88D is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 102 248 141 -
CMYK 0.59 0 0.43 0.03
HSL 136.03º 0.91% 0.69% -
HSV(B) 136.03º 0.59% 0.97% -
XYZ 43.85 71.88 36.76 -
YUV 192.15 99.13 63.7 -
System Red Green Blue C M Y K H S L
Decimal 102 248 141 0.59 0 0.43 0.03 136.03 0.91 0.69
Hex 66 F8 8D 3B 0 2B 3 88 5B 45
Octal 146 370 215 73 0 53 3 210 133 105
Binary 1100110 11111000 10001101 111011 0 101011 11 10001000 1011011 1000101

Color Harmonies of #66F88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F88D

Black with #66F88D

Text Example


Text Example

White with #66F88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,248,141); }

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

background-color css

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

 a { background-color: rgb(102,248,141); }

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

border-color css

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

 span { border-color: rgb(102,248,141); }

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