Html Css Color HEX #68EB8A Pastel Green

📋 copy color: '#68EB8A'

red 104 ◦ green 235 ◦ blue 138

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

Shades of Pastel Green #68EB8A

Tints of Pastel Green #68EB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.93%

R = 21.8%
G = 49.27%
B = 28.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#68EB8A (or 0x68EB8A) is known color: Pastel Green. HEX triplet: 68, EB and 8A. RGB value is (104,235,138). Sum of RGB (Red+Green+Blue) = 104+235+138=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #68EB8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EB8A is #971475. Grayscale: #B9B9B9. Windows color (decimal): -9901174 or 9104232. OLE color: 9104232.

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

Color convert

RGB 104 235 138 -
CMYK 0.56 0 0.41 0.08
HSL 135.57º 0.77% 0.66% -
HSV(B) 135.57º 0.56% 0.92% -
XYZ 40 64.19 34.33 -
YUV 184.77 101.6 70.39 -
System Red Green Blue C M Y K H S L
Decimal 104 235 138 0.56 0 0.41 0.08 135.57 0.77 0.66
Hex 68 EB 8A 38 0 29 8 88 4D 42
Octal 150 353 212 70 0 51 10 210 115 102
Binary 1101000 11101011 10001010 111000 0 101001 1000 10001000 1001101 1000010

Color Harmonies of #68EB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EB8A

Black with #68EB8A

Text Example


Text Example

White with #68EB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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