Html Css Color HEX #66F08F Pastel Green

📋 copy color: '#66F08F'

red 102 ◦ green 240 ◦ blue 143

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

Shades of Pastel Green #66F08F

Tints of Pastel Green #66F08F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.48%

 BLUE value IS 143 (56.25% from 255) = 29.48%

R = 21.03%
G = 49.48%
B = 29.48%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#66F08F (or 0x66F08F) is known color: Pastel Green. HEX triplet: 66, F0 and 8F. RGB value is (102,240,143). Sum of RGB (Red+Green+Blue) = 102+240+143=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #66F08F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F08F is #990F70. Grayscale: #BBBBBB. Windows color (decimal): -10030961 or 9433190. OLE color: 9433190.

HSL color Cylindrical-coordinate representation of color #66F08F: hue angle of 137.83º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66F08F is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 240 143 -
CMYK 0.58 0 0.40 0.06
HSL 137.83º 0.82% 0.67% -
HSV(B) 137.83º 0.58% 0.94% -
XYZ 41.6 67.13 36.75 -
YUV 187.68 102.78 66.89 -
System Red Green Blue C M Y K H S L
Decimal 102 240 143 0.58 0 0.40 0.06 137.83 0.82 0.67
Hex 66 F0 8F 3A 0 28 6 8A 52 43
Octal 146 360 217 72 0 50 6 212 122 103
Binary 1100110 11110000 10001111 111010 0 101000 110 10001010 1010010 1000011

Color Harmonies of #66F08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F08F

Black with #66F08F

Text Example


Text Example

White with #66F08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,240,143); }

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

background-color css

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

 a { background-color: rgb(102,240,143); }

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

border-color css

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

 span { border-color: rgb(102,240,143); }

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