Html Css Color HEX #68D375 Pastel Green

📋 copy color: '#68D375'

red 104 ◦ green 211 ◦ blue 117

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

Shades of Pastel Green #68D375

Tints of Pastel Green #68D375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 24.07%
G = 48.84%
B = 27.08%

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

#68D375 (or 0x68D375) is known color: Pastel Green. HEX triplet: 68, D3 and 75. RGB value is (104,211,117). Sum of RGB (Red+Green+Blue) = 104+211+117=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #68D375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D375 is #972C8A. Grayscale: #A8A8A8. Windows color (decimal): -9907339 or 7721832. OLE color: 7721832.

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

Color convert

RGB 104 211 117 -
CMYK 0.51 0 0.45 0.17
HSL 127.29º 0.55% 0.62% -
HSV(B) 127.29º 0.51% 0.83% -
XYZ 32.21 50.82 24.94 -
YUV 168.29 99.05 82.14 -
System Red Green Blue C M Y K H S L
Decimal 104 211 117 0.51 0 0.45 0.17 127.29 0.55 0.62
Hex 68 D3 75 33 0 2D 11 7F 37 3E
Octal 150 323 165 63 0 55 21 177 67 76
Binary 1101000 11010011 1110101 110011 0 101101 10001 1111111 110111 111110

Color Harmonies of #68D375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D375

Black with #68D375

Text Example


Text Example

White with #68D375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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