Html Css Color HEX #68DB84 Pastel Green

📋 copy color: '#68DB84'

red 104 ◦ green 219 ◦ blue 132

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

Shades of Pastel Green #68DB84

Tints of Pastel Green #68DB84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.01%

R = 22.86%
G = 48.13%
B = 29.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#68DB84 (or 0x68DB84) is known color: Pastel Green. HEX triplet: 68, DB and 84. RGB value is (104,219,132). Sum of RGB (Red+Green+Blue) = 104+219+132=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DB84 is #97247B. Grayscale: #AEAEAE. Windows color (decimal): -9905276 or 8706920. OLE color: 8706920.

HSL color Cylindrical-coordinate representation of color #68DB84: hue angle of 134.61º 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 #68DB84 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 219 132 -
CMYK 0.53 0 0.40 0.14
HSL 134.61º 0.61% 0.63% -
HSV(B) 134.61º 0.53% 0.86% -
XYZ 35.21 55.27 30.64 -
YUV 174.7 103.9 77.57 -
System Red Green Blue C M Y K H S L
Decimal 104 219 132 0.53 0 0.40 0.14 134.61 0.61 0.63
Hex 68 DB 84 35 0 28 E 87 3D 3F
Octal 150 333 204 65 0 50 16 207 75 77
Binary 1101000 11011011 10000100 110101 0 101000 1110 10000111 111101 111111

Color Harmonies of #68DB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DB84

Black with #68DB84

Text Example


Text Example

White with #68DB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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