Html Css Color HEX #86F266 Pastel Green

📋 copy color: '#86F266'

red 134 ◦ green 242 ◦ blue 102

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

Shades of Pastel Green #86F266

Tints of Pastel Green #86F266

RGB

 RED value IS 134 (52.73% from 255) = 28.03%

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

 BLUE value IS 102 (40.23% from 255) = 21.34%

R = 28.03%
G = 50.63%
B = 21.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#86F266 (or 0x86F266) is known color: Pastel Green. HEX triplet: 86, F2 and 66. RGB value is (134,242,102). Sum of RGB (Red+Green+Blue) = 134+242+102=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #86F266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F266 is #790D99. Grayscale: #C2C2C2. Windows color (decimal): -7933338 or 6746758. OLE color: 6746758.

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

Color convert

RGB 134 242 102 -
CMYK 0.45 0 0.58 0.05
HSL 106.29º 0.84% 0.67% -
HSV(B) 106.29º 0.58% 0.95% -
XYZ 43.98 69.53 23.67 -
YUV 193.75 76.22 85.38 -
System Red Green Blue C M Y K H S L
Decimal 134 242 102 0.45 0 0.58 0.05 106.29 0.84 0.67
Hex 86 F2 66 2D 0 3A 5 6A 54 43
Octal 206 362 146 55 0 72 5 152 124 103
Binary 10000110 11110010 1100110 101101 0 111010 101 1101010 1010100 1000011

Color Harmonies of #86F266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F266

Black with #86F266

Text Example


Text Example

White with #86F266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86F266; }

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

 H1.HeaderClassName
 {
   color: #86F266;
 }
 .AnyTagClassName
 {
   color: #86F266;
 }
</style>

background-color css

<style>
 a { background-color: #86F266; }

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

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

border-color css

<style>
 span { border-color: #86F266; }

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

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