Html Css Color HEX #68DD70 Pastel Green

📋 copy color: '#68DD70'

red 104 ◦ green 221 ◦ blue 112

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

Shades of Pastel Green #68DD70

Tints of Pastel Green #68DD70

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.57%

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

R = 23.8%
G = 50.57%
B = 25.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#68DD70 (or 0x68DD70) is known color: Pastel Green. HEX triplet: 68, DD and 70. RGB value is (104,221,112). Sum of RGB (Red+Green+Blue) = 104+221+112=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DD70 is #97228F. Grayscale: #ADADAD. Windows color (decimal): -9904784 or 7396712. OLE color: 7396712.

HSL color Cylindrical-coordinate representation of color #68DD70: hue angle of 124.1º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DD70 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 221 112 -
CMYK 0.53 0 0.49 0.13
HSL 124.1º 0.63% 0.64% -
HSV(B) 124.1º 0.53% 0.87% -
XYZ 34.49 55.83 24.29 -
YUV 173.59 93.24 78.36 -
System Red Green Blue C M Y K H S L
Decimal 104 221 112 0.53 0 0.49 0.13 124.1 0.63 0.64
Hex 68 DD 70 35 0 31 D 7C 3F 40
Octal 150 335 160 65 0 61 15 174 77 100
Binary 1101000 11011101 1110000 110101 0 110001 1101 1111100 111111 1000000

Color Harmonies of #68DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DD70

Black with #68DD70

Text Example


Text Example

White with #68DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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