Html Css Color HEX #68DC70 Pastel Green

📋 copy color: '#68DC70'

red 104 ◦ green 220 ◦ blue 112

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

Shades of Pastel Green #68DC70

Tints of Pastel Green #68DC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 23.85%
G = 50.46%
B = 25.69%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#68DC70 (or 0x68DC70) is known color: Pastel Green. HEX triplet: 68, DC and 70. RGB value is (104,220,112). Sum of RGB (Red+Green+Blue) = 104+220+112=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DC70 is #97238F. Grayscale: #ADADAD. Windows color (decimal): -9905040 or 7396456. OLE color: 7396456.

HSL color Cylindrical-coordinate representation of color #68DC70: hue angle of 124.14º 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 #68DC70 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 220 112 -
CMYK 0.53 0 0.49 0.14
HSL 124.14º 0.62% 0.64% -
HSV(B) 124.14º 0.53% 0.86% -
XYZ 34.23 55.3 24.2 -
YUV 173 93.57 78.78 -
System Red Green Blue C M Y K H S L
Decimal 104 220 112 0.53 0 0.49 0.14 124.14 0.62 0.64
Hex 68 DC 70 35 0 31 E 7C 3E 40
Octal 150 334 160 65 0 61 16 174 76 100
Binary 1101000 11011100 1110000 110101 0 110001 1110 1111100 111110 1000000

Color Harmonies of #68DC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DC70

Black with #68DC70

Text Example


Text Example

White with #68DC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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