Html Css Color HEX #68DF86 Pastel Green

📋 copy color: '#68DF86'

red 104 ◦ green 223 ◦ blue 134

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

Shades of Pastel Green #68DF86

Tints of Pastel Green #68DF86

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.37%

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

R = 22.56%
G = 48.37%
B = 29.07%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#68DF86 (or 0x68DF86) is known color: Pastel Green. HEX triplet: 68, DF and 86. RGB value is (104,223,134). Sum of RGB (Red+Green+Blue) = 104+223+134=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DF86 is #972079. Grayscale: #B1B1B1. Windows color (decimal): -9904250 or 8839016. OLE color: 8839016.

HSL color Cylindrical-coordinate representation of color #68DF86: hue angle of 135.13º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DF86 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 223 134 -
CMYK 0.53 0 0.40 0.13
HSL 135.13º 0.65% 0.64% -
HSV(B) 135.13º 0.53% 0.87% -
XYZ 36.4 57.44 31.72 -
YUV 177.27 103.58 75.74 -
System Red Green Blue C M Y K H S L
Decimal 104 223 134 0.53 0 0.40 0.13 135.13 0.65 0.64
Hex 68 DF 86 35 0 28 D 87 41 40
Octal 150 337 206 65 0 50 15 207 101 100
Binary 1101000 11011111 10000110 110101 0 101000 1101 10000111 1000001 1000000

Color Harmonies of #68DF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DF86

Black with #68DF86

Text Example


Text Example

White with #68DF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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