Html Css Color HEX #66F186 Pastel Green

📋 copy color: '#66F186'

red 102 ◦ green 241 ◦ blue 134

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

Shades of Pastel Green #66F186

Tints of Pastel Green #66F186

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.52%

 BLUE value IS 134 (52.73% from 255) = 28.09%

R = 21.38%
G = 50.52%
B = 28.09%

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

#66F186 (or 0x66F186) is known color: Pastel Green. HEX triplet: 66, F1 and 86. RGB value is (102,241,134). Sum of RGB (Red+Green+Blue) = 102+241+134=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #66F186 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F186 is #990E79. Grayscale: #BBBBBB. Windows color (decimal): -10030714 or 8843622. OLE color: 8843622.

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

Color convert

RGB 102 241 134 -
CMYK 0.58 0 0.44 0.05
HSL 133.81º 0.83% 0.67% -
HSV(B) 133.81º 0.58% 0.95% -
XYZ 41.24 67.46 33.4 -
YUV 187.24 97.95 67.2 -
System Red Green Blue C M Y K H S L
Decimal 102 241 134 0.58 0 0.44 0.05 133.81 0.83 0.67
Hex 66 F1 86 3A 0 2C 5 86 53 43
Octal 146 361 206 72 0 54 5 206 123 103
Binary 1100110 11110001 10000110 111010 0 101100 101 10000110 1010011 1000011

Color Harmonies of #66F186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F186

Black with #66F186

Text Example


Text Example

White with #66F186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,241,134); }

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

background-color css

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

 a { background-color: rgb(102,241,134); }

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

border-color css

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

 span { border-color: rgb(102,241,134); }

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