Html Css Color HEX #66F38D Pastel Green

📋 copy color: '#66F38D'

red 102 ◦ green 243 ◦ blue 141

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

Shades of Pastel Green #66F38D

Tints of Pastel Green #66F38D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50%

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

R = 20.99%
G = 50%
B = 29.01%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#66F38D (or 0x66F38D) is known color: Pastel Green. HEX triplet: 66, F3 and 8D. RGB value is (102,243,141). Sum of RGB (Red+Green+Blue) = 102+243+141=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #66F38D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F38D is #990C72. Grayscale: #BDBDBD. Windows color (decimal): -10030195 or 9302886. OLE color: 9302886.

HSL color Cylindrical-coordinate representation of color #66F38D: hue angle of 136.6º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F38D is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 243 141 -
CMYK 0.58 0 0.42 0.05
HSL 136.6º 0.85% 0.68% -
HSV(B) 136.6º 0.58% 0.95% -
XYZ 42.34 68.85 36.26 -
YUV 189.21 100.79 65.79 -
System Red Green Blue C M Y K H S L
Decimal 102 243 141 0.58 0 0.42 0.05 136.6 0.85 0.68
Hex 66 F3 8D 3A 0 2A 5 89 55 44
Octal 146 363 215 72 0 52 5 211 125 104
Binary 1100110 11110011 10001101 111010 0 101010 101 10001001 1010101 1000100

Color Harmonies of #66F38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F38D

Black with #66F38D

Text Example


Text Example

White with #66F38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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