Html Css Color HEX #68E282 Pastel Green

📋 copy color: '#68E282'

red 104 ◦ green 226 ◦ blue 130

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

Shades of Pastel Green #68E282

Tints of Pastel Green #68E282

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.13%

 BLUE value IS 130 (51.17% from 255) = 28.26%

R = 22.61%
G = 49.13%
B = 28.26%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#68E282 (or 0x68E282) is known color: Pastel Green. HEX triplet: 68, E2 and 82. RGB value is (104,226,130). Sum of RGB (Red+Green+Blue) = 104+226+130=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 226 - color contains mainly: green. Hex color #68E282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E282 is #971D7D. Grayscale: #B2B2B2. Windows color (decimal): -9903486 or 8577640. OLE color: 8577640.

HSL color Cylindrical-coordinate representation of color #68E282: hue angle of 132.79º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E282 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 226 130 -
CMYK 0.54 0 0.42 0.11
HSL 132.79º 0.68% 0.65% -
HSV(B) 132.79º 0.54% 0.89% -
XYZ 36.93 58.95 30.55 -
YUV 178.58 100.58 74.81 -
System Red Green Blue C M Y K H S L
Decimal 104 226 130 0.54 0 0.42 0.11 132.79 0.68 0.65
Hex 68 E2 82 36 0 2A B 85 44 41
Octal 150 342 202 66 0 52 13 205 104 101
Binary 1101000 11100010 10000010 110110 0 101010 1011 10000101 1000100 1000001

Color Harmonies of #68E282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E282

Black with #68E282

Text Example


Text Example

White with #68E282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,226,130); }

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

background-color css

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

 a { background-color: rgb(104,226,130); }

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

border-color css

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

 span { border-color: rgb(104,226,130); }

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