Html Css Color HEX #68DC7D Pastel Green

📋 copy color: '#68DC7D'

red 104 ◦ green 220 ◦ blue 125

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

Shades of Pastel Green #68DC7D

Tints of Pastel Green #68DC7D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49%

 BLUE value IS 125 (49.22% from 255) = 27.84%

R = 23.16%
G = 49%
B = 27.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#68DC7D (or 0x68DC7D) is known color: Pastel Green. HEX triplet: 68, DC and 7D. RGB value is (104,220,125). Sum of RGB (Red+Green+Blue) = 104+220+125=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DC7D is #972382. Grayscale: #AEAEAE. Windows color (decimal): -9905027 or 8248424. OLE color: 8248424.

HSL color Cylindrical-coordinate representation of color #68DC7D: hue angle of 130.86º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DC7D is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 220 125 -
CMYK 0.53 0 0.43 0.14
HSL 130.86º 0.62% 0.64% -
HSV(B) 130.86º 0.53% 0.86% -
XYZ 35 55.61 28.29 -
YUV 174.49 100.07 77.72 -
System Red Green Blue C M Y K H S L
Decimal 104 220 125 0.53 0 0.43 0.14 130.86 0.62 0.64
Hex 68 DC 7D 35 0 2B E 83 3E 40
Octal 150 334 175 65 0 53 16 203 76 100
Binary 1101000 11011100 1111101 110101 0 101011 1110 10000011 111110 1000000

Color Harmonies of #68DC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DC7D

Black with #68DC7D

Text Example


Text Example

White with #68DC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,220,125); }

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

background-color css

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

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

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

border-color css

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

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

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