Html Css Color HEX #68E482 Pastel Green

📋 copy color: '#68E482'

red 104 ◦ green 228 ◦ blue 130

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

Shades of Pastel Green #68E482

Tints of Pastel Green #68E482

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.35%

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

R = 22.51%
G = 49.35%
B = 28.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#68E482 (or 0x68E482) is known color: Pastel Green. HEX triplet: 68, E4 and 82. RGB value is (104,228,130). Sum of RGB (Red+Green+Blue) = 104+228+130=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 228 (89.45% from 255 or 49.35% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 228 - color contains mainly: green. Hex color #68E482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E482 is #971B7D. Grayscale: #B4B4B4. Windows color (decimal): -9902974 or 8578152. OLE color: 8578152.

HSL color Cylindrical-coordinate representation of color #68E482: hue angle of 132.58º degrees, saturation: 0.7, 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 #68E482 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 228 130 -
CMYK 0.54 0 0.43 0.11
HSL 132.58º 0.7% 0.65% -
HSV(B) 132.58º 0.54% 0.89% -
XYZ 37.48 60.04 30.73 -
YUV 179.75 99.92 73.97 -
System Red Green Blue C M Y K H S L
Decimal 104 228 130 0.54 0 0.43 0.11 132.58 0.7 0.65
Hex 68 E4 82 36 0 2B B 85 46 41
Octal 150 344 202 66 0 53 13 205 106 101
Binary 1101000 11100100 10000010 110110 0 101011 1011 10000101 1000110 1000001

Color Harmonies of #68E482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E482

Black with #68E482

Text Example


Text Example

White with #68E482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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