Html Css Color HEX #68EB81 Pastel Green

📋 copy color: '#68EB81'

red 104 ◦ green 235 ◦ blue 129

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

Shades of Pastel Green #68EB81

Tints of Pastel Green #68EB81

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.21%

 BLUE value IS 129 (50.78% from 255) = 27.56%

R = 22.22%
G = 50.21%
B = 27.56%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#68EB81 (or 0x68EB81) is known color: Pastel Green. HEX triplet: 68, EB and 81. RGB value is (104,235,129). Sum of RGB (Red+Green+Blue) = 104+235+129=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #68EB81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EB81 is #97147E. Grayscale: #B8B8B8. Windows color (decimal): -9901183 or 8514408. OLE color: 8514408.

HSL color Cylindrical-coordinate representation of color #68EB81: hue angle of 131.45º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EB81 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 235 129 -
CMYK 0.56 0 0.45 0.08
HSL 131.45º 0.77% 0.66% -
HSV(B) 131.45º 0.56% 0.92% -
XYZ 39.38 63.94 31.04 -
YUV 183.75 97.1 71.12 -
System Red Green Blue C M Y K H S L
Decimal 104 235 129 0.56 0 0.45 0.08 131.45 0.77 0.66
Hex 68 EB 81 38 0 2D 8 83 4D 42
Octal 150 353 201 70 0 55 10 203 115 102
Binary 1101000 11101011 10000001 111000 0 101101 1000 10000011 1001101 1000010

Color Harmonies of #68EB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EB81

Black with #68EB81

Text Example


Text Example

White with #68EB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,235,129); }

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

background-color css

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

 a { background-color: rgb(104,235,129); }

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

border-color css

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

 span { border-color: rgb(104,235,129); }

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