Html Css Color HEX #66F295 Pastel Green

📋 copy color: '#66F295'

red 102 ◦ green 242 ◦ blue 149

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

Shades of Pastel Green #66F295

Tints of Pastel Green #66F295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.09%

 BLUE value IS 149 (58.59% from 255) = 30.22%

R = 20.69%
G = 49.09%
B = 30.22%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#66F295 (or 0x66F295) is known color: Pastel Green. HEX triplet: 66, F2 and 95. RGB value is (102,242,149). Sum of RGB (Red+Green+Blue) = 102+242+149=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #66F295 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F295 is #990D6A. Grayscale: #BDBDBD. Windows color (decimal): -10030443 or 9826918. OLE color: 9826918.

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

Color convert

RGB 102 242 149 -
CMYK 0.58 0 0.38 0.05
HSL 140.14º 0.84% 0.67% -
HSV(B) 140.14º 0.58% 0.95% -
XYZ 42.66 68.5 39.41 -
YUV 189.54 105.12 65.56 -
System Red Green Blue C M Y K H S L
Decimal 102 242 149 0.58 0 0.38 0.05 140.14 0.84 0.67
Hex 66 F2 95 3A 0 26 5 8C 54 43
Octal 146 362 225 72 0 46 5 214 124 103
Binary 1100110 11110010 10010101 111010 0 100110 101 10001100 1010100 1000011

Color Harmonies of #66F295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F295

Black with #66F295

Text Example


Text Example

White with #66F295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,242,149); }

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

background-color css

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

 a { background-color: rgb(102,242,149); }

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

border-color css

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

 span { border-color: rgb(102,242,149); }

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