Html Css Color HEX #68DB7F Pastel Green

📋 copy color: '#68DB7F'

red 104 ◦ green 219 ◦ blue 127

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

Shades of Pastel Green #68DB7F

Tints of Pastel Green #68DB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.22%

R = 23.11%
G = 48.67%
B = 28.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#68DB7F (or 0x68DB7F) is known color: Pastel Green. HEX triplet: 68, DB and 7F. RGB value is (104,219,127). Sum of RGB (Red+Green+Blue) = 104+219+127=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DB7F is #972480. Grayscale: #AEAEAE. Windows color (decimal): -9905281 or 8379240. OLE color: 8379240.

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

Color convert

RGB 104 219 127 -
CMYK 0.53 0 0.42 0.14
HSL 132º 0.61% 0.63% -
HSV(B) 132º 0.53% 0.86% -
XYZ 34.87 55.14 28.88 -
YUV 174.13 101.4 77.98 -
System Red Green Blue C M Y K H S L
Decimal 104 219 127 0.53 0 0.42 0.14 132 0.61 0.63
Hex 68 DB 7F 35 0 2A E 84 3D 3F
Octal 150 333 177 65 0 52 16 204 75 77
Binary 1101000 11011011 1111111 110101 0 101010 1110 10000100 111101 111111

Color Harmonies of #68DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DB7F

Black with #68DB7F

Text Example


Text Example

White with #68DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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