Html Css Color HEX #66F18B Pastel Green

📋 copy color: '#66F18B'

red 102 ◦ green 241 ◦ blue 139

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

Shades of Pastel Green #66F18B

Tints of Pastel Green #66F18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.84%

R = 21.16%
G = 50%
B = 28.84%

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

#66F18B (or 0x66F18B) is known color: Pastel Green. HEX triplet: 66, F1 and 8B. RGB value is (102,241,139). Sum of RGB (Red+Green+Blue) = 102+241+139=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #66F18B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F18B is #990E74. Grayscale: #BCBCBC. Windows color (decimal): -10030709 or 9171302. OLE color: 9171302.

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

Color convert

RGB 102 241 139 -
CMYK 0.58 0 0.42 0.05
HSL 135.97º 0.83% 0.67% -
HSV(B) 135.97º 0.58% 0.95% -
XYZ 41.59 67.6 35.28 -
YUV 187.81 100.45 66.79 -
System Red Green Blue C M Y K H S L
Decimal 102 241 139 0.58 0 0.42 0.05 135.97 0.83 0.67
Hex 66 F1 8B 3A 0 2A 5 88 53 43
Octal 146 361 213 72 0 52 5 210 123 103
Binary 1100110 11110001 10001011 111010 0 101010 101 10001000 1010011 1000011

Color Harmonies of #66F18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F18B

Black with #66F18B

Text Example


Text Example

White with #66F18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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