Html Css Color HEX #68DF8A Pastel Green

📋 copy color: '#68DF8A'

red 104 ◦ green 223 ◦ blue 138

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

Shades of Pastel Green #68DF8A

Tints of Pastel Green #68DF8A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.96%

 BLUE value IS 138 (54.3% from 255) = 29.68%

R = 22.37%
G = 47.96%
B = 29.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#68DF8A (or 0x68DF8A) is known color: Pastel Green. HEX triplet: 68, DF and 8A. RGB value is (104,223,138). Sum of RGB (Red+Green+Blue) = 104+223+138=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DF8A is #972075. Grayscale: #B1B1B1. Windows color (decimal): -9904246 or 9101160. OLE color: 9101160.

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

Color convert

RGB 104 223 138 -
CMYK 0.53 0 0.38 0.13
HSL 137.14º 0.65% 0.64% -
HSV(B) 137.14º 0.53% 0.87% -
XYZ 36.68 57.55 33.22 -
YUV 177.73 105.58 75.41 -
System Red Green Blue C M Y K H S L
Decimal 104 223 138 0.53 0 0.38 0.13 137.14 0.65 0.64
Hex 68 DF 8A 35 0 26 D 89 41 40
Octal 150 337 212 65 0 46 15 211 101 100
Binary 1101000 11011111 10001010 110101 0 100110 1101 10001001 1000001 1000000

Color Harmonies of #68DF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DF8A

Black with #68DF8A

Text Example


Text Example

White with #68DF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,223,138); }

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

background-color css

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

 a { background-color: rgb(104,223,138); }

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

border-color css

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

 span { border-color: rgb(104,223,138); }

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