Html Css Color HEX #68D671 Pastel Green

📋 copy color: '#68D671'

red 104 ◦ green 214 ◦ blue 113

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

Shades of Pastel Green #68D671

Tints of Pastel Green #68D671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.22%

R = 24.13%
G = 49.65%
B = 26.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#68D671 (or 0x68D671) is known color: Pastel Green. HEX triplet: 68, D6 and 71. RGB value is (104,214,113). Sum of RGB (Red+Green+Blue) = 104+214+113=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #68D671 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D671 is #97298E. Grayscale: #A9A9A9. Windows color (decimal): -9906575 or 7460456. OLE color: 7460456.

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

Color convert

RGB 104 214 113 -
CMYK 0.51 0 0.47 0.16
HSL 124.91º 0.57% 0.62% -
HSV(B) 124.91º 0.51% 0.84% -
XYZ 32.74 52.23 23.98 -
YUV 169.6 96.06 81.21 -
System Red Green Blue C M Y K H S L
Decimal 104 214 113 0.51 0 0.47 0.16 124.91 0.57 0.62
Hex 68 D6 71 33 0 2F 10 7D 39 3E
Octal 150 326 161 63 0 57 20 175 71 76
Binary 1101000 11010110 1110001 110011 0 101111 10000 1111101 111001 111110

Color Harmonies of #68D671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D671

Black with #68D671

Text Example


Text Example

White with #68D671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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