Html Css Color HEX #66F287 Pastel Green

📋 copy color: '#66F287'

red 102 ◦ green 242 ◦ blue 135

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

Shades of Pastel Green #66F287

Tints of Pastel Green #66F287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.18%

R = 21.29%
G = 50.52%
B = 28.18%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#66F287 (or 0x66F287) is known color: Pastel Green. HEX triplet: 66, F2 and 87. RGB value is (102,242,135). Sum of RGB (Red+Green+Blue) = 102+242+135=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #66F287 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F287 is #990D78. Grayscale: #BCBCBC. Windows color (decimal): -10030457 or 8909414. OLE color: 8909414.

HSL color Cylindrical-coordinate representation of color #66F287: hue angle of 134.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 #66F287 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 242 135 -
CMYK 0.58 0 0.44 0.05
HSL 134.14º 0.84% 0.67% -
HSV(B) 134.14º 0.58% 0.95% -
XYZ 41.6 68.08 33.87 -
YUV 187.94 98.12 66.7 -
System Red Green Blue C M Y K H S L
Decimal 102 242 135 0.58 0 0.44 0.05 134.14 0.84 0.67
Hex 66 F2 87 3A 0 2C 5 86 54 43
Octal 146 362 207 72 0 54 5 206 124 103
Binary 1100110 11110010 10000111 111010 0 101100 101 10000110 1010100 1000011

Color Harmonies of #66F287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F287

Black with #66F287

Text Example


Text Example

White with #66F287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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