Html Css Color HEX #66EF8F Pastel Green

📋 copy color: '#66EF8F'

red 102 ◦ green 239 ◦ blue 143

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

Shades of Pastel Green #66EF8F

Tints of Pastel Green #66EF8F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.38%

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

R = 21.07%
G = 49.38%
B = 29.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#66EF8F (or 0x66EF8F) is known color: Pastel Green. HEX triplet: 66, EF and 8F. RGB value is (102,239,143). Sum of RGB (Red+Green+Blue) = 102+239+143=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #66EF8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EF8F is #991070. Grayscale: #BBBBBB. Windows color (decimal): -10031217 or 9432934. OLE color: 9432934.

HSL color Cylindrical-coordinate representation of color #66EF8F: hue angle of 137.96º degrees, saturation: 0.81, 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 #66EF8F is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 239 143 -
CMYK 0.57 0 0.40 0.06
HSL 137.96º 0.81% 0.67% -
HSV(B) 137.96º 0.57% 0.94% -
XYZ 41.3 66.54 36.65 -
YUV 187.09 103.11 67.31 -
System Red Green Blue C M Y K H S L
Decimal 102 239 143 0.57 0 0.40 0.06 137.96 0.81 0.67
Hex 66 EF 8F 39 0 28 6 8A 51 43
Octal 146 357 217 71 0 50 6 212 121 103
Binary 1100110 11101111 10001111 111001 0 101000 110 10001010 1010001 1000011

Color Harmonies of #66EF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EF8F

Black with #66EF8F

Text Example


Text Example

White with #66EF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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