Html Css Color HEX #68EF86 Pastel Green

📋 copy color: '#68EF86'

red 104 ◦ green 239 ◦ blue 134

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

Shades of Pastel Green #68EF86

Tints of Pastel Green #68EF86

RGB

 RED value IS 104 (41.02% from 255) = 21.8%

 GREEN value IS 239 (93.75% from 255) = 50.1%

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

R = 21.8%
G = 50.1%
B = 28.09%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#68EF86 (or 0x68EF86) is known color: Pastel Green. HEX triplet: 68, EF and 86. RGB value is (104,239,134). Sum of RGB (Red+Green+Blue) = 104+239+134=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #68EF86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EF86 is #971079. Grayscale: #BABABA. Windows color (decimal): -9900154 or 8843112. OLE color: 8843112.

HSL color Cylindrical-coordinate representation of color #68EF86: hue angle of 133.33º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EF86 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 239 134 -
CMYK 0.56 0 0.44 0.06
HSL 133.33º 0.81% 0.67% -
HSV(B) 133.33º 0.56% 0.94% -
XYZ 40.88 66.4 33.22 -
YUV 186.67 98.27 69.04 -
System Red Green Blue C M Y K H S L
Decimal 104 239 134 0.56 0 0.44 0.06 133.33 0.81 0.67
Hex 68 EF 86 38 0 2C 6 85 51 43
Octal 150 357 206 70 0 54 6 205 121 103
Binary 1101000 11101111 10000110 111000 0 101100 110 10000101 1010001 1000011

Color Harmonies of #68EF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EF86

Black with #68EF86

Text Example


Text Example

White with #68EF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68EF86; }

 p { color: rgb(104,239,134); }

 H1.HeaderClassName
 {
   color: #68EF86;
 }
 .AnyTagClassName
 {
   color: #68EF86;
 }
</style>

background-color css

<style>
 a { background-color: #68EF86; }

 a { background-color: rgb(104,239,134); }

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

border-color css

<style>
 span { border-color: #68EF86; }

 span { border-color: rgb(104,239,134); }

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