Html Css Color HEX #68EB7E Pastel Green

📋 copy color: '#68EB7E'

red 104 ◦ green 235 ◦ blue 126

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

Shades of Pastel Green #68EB7E

Tints of Pastel Green #68EB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.1%

R = 22.37%
G = 50.54%
B = 27.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#68EB7E (or 0x68EB7E) is known color: Pastel Green. HEX triplet: 68, EB and 7E. RGB value is (104,235,126). Sum of RGB (Red+Green+Blue) = 104+235+126=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #68EB7E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68EB7E is #971481. Grayscale: #B7B7B7. Windows color (decimal): -9901186 or 8317800. OLE color: 8317800.

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

Color convert

RGB 104 235 126 -
CMYK 0.56 0 0.46 0.08
HSL 130.08º 0.77% 0.66% -
HSV(B) 130.08º 0.56% 0.92% -
XYZ 39.18 63.87 30 -
YUV 183.41 95.6 71.36 -
System Red Green Blue C M Y K H S L
Decimal 104 235 126 0.56 0 0.46 0.08 130.08 0.77 0.66
Hex 68 EB 7E 38 0 2E 8 82 4D 42
Octal 150 353 176 70 0 56 10 202 115 102
Binary 1101000 11101011 1111110 111000 0 101110 1000 10000010 1001101 1000010

Color Harmonies of #68EB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EB7E

Black with #68EB7E

Text Example


Text Example

White with #68EB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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