Html Css Color HEX #68DB82 Pastel Green

📋 copy color: '#68DB82'

red 104 ◦ green 219 ◦ blue 130

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

Shades of Pastel Green #68DB82

Tints of Pastel Green #68DB82

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.34%

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

R = 22.96%
G = 48.34%
B = 28.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#68DB82 (or 0x68DB82) is known color: Pastel Green. HEX triplet: 68, DB and 82. RGB value is (104,219,130). Sum of RGB (Red+Green+Blue) = 104+219+130=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DB82 is #97247D. Grayscale: #AEAEAE. Windows color (decimal): -9905278 or 8575848. OLE color: 8575848.

HSL color Cylindrical-coordinate representation of color #68DB82: hue angle of 133.57º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DB82 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 219 130 -
CMYK 0.53 0 0.41 0.14
HSL 133.57º 0.61% 0.63% -
HSV(B) 133.57º 0.53% 0.86% -
XYZ 35.07 55.22 29.93 -
YUV 174.47 102.9 77.74 -
System Red Green Blue C M Y K H S L
Decimal 104 219 130 0.53 0 0.41 0.14 133.57 0.61 0.63
Hex 68 DB 82 35 0 29 E 86 3D 3F
Octal 150 333 202 65 0 51 16 206 75 77
Binary 1101000 11011011 10000010 110101 0 101001 1110 10000110 111101 111111

Color Harmonies of #68DB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DB82

Black with #68DB82

Text Example


Text Example

White with #68DB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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