Html Css Color HEX #68D668 Pastel Green

📋 copy color: '#68D668'

red 104 ◦ green 214 ◦ blue 104

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

Shades of Pastel Green #68D668

Tints of Pastel Green #68D668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.64%

R = 24.64%
G = 50.71%
B = 24.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#68D668 (or 0x68D668) is known color: Pastel Green. HEX triplet: 68, D6 and 68. RGB value is (104,214,104). Sum of RGB (Red+Green+Blue) = 104+214+104=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #68D668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D668 is #972997. Grayscale: #A8A8A8. Windows color (decimal): -9906584 or 6870632. OLE color: 6870632.

HSL color Cylindrical-coordinate representation of color #68D668: hue angle of 120º 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 #68D668 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 214 104 -
CMYK 0.51 0 0.51 0.16
HSL 120º 0.57% 0.62% -
HSV(B) 120º 0.51% 0.84% -
XYZ 32.25 52.04 21.44 -
YUV 168.57 91.56 81.94 -
System Red Green Blue C M Y K H S L
Decimal 104 214 104 0.51 0 0.51 0.16 120 0.57 0.62
Hex 68 D6 68 33 0 33 10 78 39 3E
Octal 150 326 150 63 0 63 20 170 71 76
Binary 1101000 11010110 1101000 110011 0 110011 10000 1111000 111001 111110

Color Harmonies of #68D668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D668

Black with #68D668

Text Example


Text Example

White with #68D668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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