Html Css Color HEX #68DD7A Pastel Green

📋 copy color: '#68DD7A'

red 104 ◦ green 221 ◦ blue 122

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

Shades of Pastel Green #68DD7A

Tints of Pastel Green #68DD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.29%

R = 23.27%
G = 49.44%
B = 27.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#68DD7A (or 0x68DD7A) is known color: Pastel Green. HEX triplet: 68, DD and 7A. RGB value is (104,221,122). Sum of RGB (Red+Green+Blue) = 104+221+122=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DD7A is #972285. Grayscale: #AFAFAF. Windows color (decimal): -9904774 or 8052072. OLE color: 8052072.

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

Color convert

RGB 104 221 122 -
CMYK 0.53 0 0.45 0.13
HSL 129.23º 0.63% 0.64% -
HSV(B) 129.23º 0.53% 0.87% -
XYZ 35.08 56.06 27.38 -
YUV 174.73 98.24 77.55 -
System Red Green Blue C M Y K H S L
Decimal 104 221 122 0.53 0 0.45 0.13 129.23 0.63 0.64
Hex 68 DD 7A 35 0 2D D 81 3F 40
Octal 150 335 172 65 0 55 15 201 77 100
Binary 1101000 11011101 1111010 110101 0 101101 1101 10000001 111111 1000000

Color Harmonies of #68DD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DD7A

Black with #68DD7A

Text Example


Text Example

White with #68DD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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