Html Css Color HEX #68DF7F Pastel Green

📋 copy color: '#68DF7F'

red 104 ◦ green 223 ◦ blue 127

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

Shades of Pastel Green #68DF7F

Tints of Pastel Green #68DF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.97%

R = 22.91%
G = 49.12%
B = 27.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#68DF7F (or 0x68DF7F) is known color: Pastel Green. HEX triplet: 68, DF and 7F. RGB value is (104,223,127). Sum of RGB (Red+Green+Blue) = 104+223+127=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DF7F is #972080. Grayscale: #B0B0B0. Windows color (decimal): -9904257 or 8380264. OLE color: 8380264.

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

Color convert

RGB 104 223 127 -
CMYK 0.53 0 0.43 0.13
HSL 131.6º 0.65% 0.64% -
HSV(B) 131.6º 0.53% 0.87% -
XYZ 35.93 57.25 29.24 -
YUV 176.48 100.08 76.31 -
System Red Green Blue C M Y K H S L
Decimal 104 223 127 0.53 0 0.43 0.13 131.6 0.65 0.64
Hex 68 DF 7F 35 0 2B D 84 41 40
Octal 150 337 177 65 0 53 15 204 101 100
Binary 1101000 11011111 1111111 110101 0 101011 1101 10000100 1000001 1000000

Color Harmonies of #68DF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DF7F

Black with #68DF7F

Text Example


Text Example

White with #68DF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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