Html Css Color HEX #68D680 Pastel Green

📋 copy color: '#68D680'

red 104 ◦ green 214 ◦ blue 128

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

Shades of Pastel Green #68D680

Tints of Pastel Green #68D680

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.98%

 BLUE value IS 128 (50.39% from 255) = 28.7%

R = 23.32%
G = 47.98%
B = 28.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#68D680 (or 0x68D680) is known color: Pastel Green. HEX triplet: 68, D6 and 80. RGB value is (104,214,128). Sum of RGB (Red+Green+Blue) = 104+214+128=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #68D680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D680 is #97297F. Grayscale: #ABABAB. Windows color (decimal): -9906560 or 8443496. OLE color: 8443496.

HSL color Cylindrical-coordinate representation of color #68D680: hue angle of 133.09º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D680 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 214 128 -
CMYK 0.51 0 0.40 0.16
HSL 133.09º 0.57% 0.62% -
HSV(B) 133.09º 0.51% 0.84% -
XYZ 33.65 52.59 28.8 -
YUV 171.31 103.56 79.99 -
System Red Green Blue C M Y K H S L
Decimal 104 214 128 0.51 0 0.40 0.16 133.09 0.57 0.62
Hex 68 D6 80 33 0 28 10 85 39 3E
Octal 150 326 200 63 0 50 20 205 71 76
Binary 1101000 11010110 10000000 110011 0 101000 10000 10000101 111001 111110

Color Harmonies of #68D680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D680

Black with #68D680

Text Example


Text Example

White with #68D680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,214,128); }

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

background-color css

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

 a { background-color: rgb(104,214,128); }

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

border-color css

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

 span { border-color: rgb(104,214,128); }

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