Html Css Color HEX #68EA80 Pastel Green

📋 copy color: '#68EA80'

red 104 ◦ green 234 ◦ blue 128

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

Shades of Pastel Green #68EA80

Tints of Pastel Green #68EA80

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.21%

 BLUE value IS 128 (50.39% from 255) = 27.47%

R = 22.32%
G = 50.21%
B = 27.47%

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

#68EA80 (or 0x68EA80) is known color: Pastel Green. HEX triplet: 68, EA and 80. RGB value is (104,234,128). Sum of RGB (Red+Green+Blue) = 104+234+128=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #68EA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EA80 is #97157F. Grayscale: #B7B7B7. Windows color (decimal): -9901440 or 8448616. OLE color: 8448616.

HSL color Cylindrical-coordinate representation of color #68EA80: hue angle of 131.08º degrees, saturation: 0.76, 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 #68EA80 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 234 128 -
CMYK 0.56 0 0.45 0.08
HSL 131.08º 0.76% 0.66% -
HSV(B) 131.08º 0.56% 0.92% -
XYZ 39.03 63.35 30.59 -
YUV 183.05 96.93 71.62 -
System Red Green Blue C M Y K H S L
Decimal 104 234 128 0.56 0 0.45 0.08 131.08 0.76 0.66
Hex 68 EA 80 38 0 2D 8 83 4C 42
Octal 150 352 200 70 0 55 10 203 114 102
Binary 1101000 11101010 10000000 111000 0 101101 1000 10000011 1001100 1000010

Color Harmonies of #68EA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EA80

Black with #68EA80

Text Example


Text Example

White with #68EA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,234,128); }

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

background-color css

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

 a { background-color: rgb(104,234,128); }

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

border-color css

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

 span { border-color: rgb(104,234,128); }

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