Html Css Color HEX #68D374 Pastel Green

📋 copy color: '#68D374'

red 104 ◦ green 211 ◦ blue 116

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

Shades of Pastel Green #68D374

Tints of Pastel Green #68D374

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.96%

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

R = 24.13%
G = 48.96%
B = 26.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#68D374 (or 0x68D374) is known color: Pastel Green. HEX triplet: 68, D3 and 74. RGB value is (104,211,116). Sum of RGB (Red+Green+Blue) = 104+211+116=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #68D374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D374 is #972C8B. Grayscale: #A8A8A8. Windows color (decimal): -9907340 or 7656296. OLE color: 7656296.

HSL color Cylindrical-coordinate representation of color #68D374: hue angle of 126.73º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D374 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 211 116 -
CMYK 0.51 0 0.45 0.17
HSL 126.73º 0.55% 0.62% -
HSV(B) 126.73º 0.51% 0.83% -
XYZ 32.16 50.79 24.63 -
YUV 168.18 98.55 82.22 -
System Red Green Blue C M Y K H S L
Decimal 104 211 116 0.51 0 0.45 0.17 126.73 0.55 0.62
Hex 68 D3 74 33 0 2D 11 7F 37 3E
Octal 150 323 164 63 0 55 21 177 67 76
Binary 1101000 11010011 1110100 110011 0 101101 10001 1111111 110111 111110

Color Harmonies of #68D374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D374

Black with #68D374

Text Example


Text Example

White with #68D374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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