Html Css Color HEX #68D674 Pastel Green

📋 copy color: '#68D674'

red 104 ◦ green 214 ◦ blue 116

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

Shades of Pastel Green #68D674

Tints of Pastel Green #68D674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.73%

R = 23.96%
G = 49.31%
B = 26.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#68D674 (or 0x68D674) is known color: Pastel Green. HEX triplet: 68, D6 and 74. RGB value is (104,214,116). Sum of RGB (Red+Green+Blue) = 104+214+116=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #68D674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D674 is #97298B. Grayscale: #AAAAAA. Windows color (decimal): -9906572 or 7657064. OLE color: 7657064.

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

Color convert

RGB 104 214 116 -
CMYK 0.51 0 0.46 0.16
HSL 126.55º 0.57% 0.62% -
HSV(B) 126.55º 0.51% 0.84% -
XYZ 32.91 52.3 24.88 -
YUV 169.94 97.56 80.97 -
System Red Green Blue C M Y K H S L
Decimal 104 214 116 0.51 0 0.46 0.16 126.55 0.57 0.62
Hex 68 D6 74 33 0 2E 10 7F 39 3E
Octal 150 326 164 63 0 56 20 177 71 76
Binary 1101000 11010110 1110100 110011 0 101110 10000 1111111 111001 111110

Color Harmonies of #68D674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D674

Black with #68D674

Text Example


Text Example

White with #68D674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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