Html Css Color HEX #68D96F Pastel Green

📋 copy color: '#68D96F'

red 104 ◦ green 217 ◦ blue 111

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

Shades of Pastel Green #68D96F

Tints of Pastel Green #68D96F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.23%

 BLUE value IS 111 (43.75% from 255) = 25.69%

R = 24.07%
G = 50.23%
B = 25.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#68D96F (or 0x68D96F) is known color: Pastel Green. HEX triplet: 68, D9 and 6F. RGB value is (104,217,111). Sum of RGB (Red+Green+Blue) = 104+217+111=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #68D96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D96F is #972690. Grayscale: #ABABAB. Windows color (decimal): -9905809 or 7330152. OLE color: 7330152.

HSL color Cylindrical-coordinate representation of color #68D96F: hue angle of 123.72º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D96F is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 217 111 -
CMYK 0.52 0 0.49 0.15
HSL 123.72º 0.6% 0.63% -
HSV(B) 123.72º 0.52% 0.85% -
XYZ 33.39 53.72 23.65 -
YUV 171.13 94.06 80.12 -
System Red Green Blue C M Y K H S L
Decimal 104 217 111 0.52 0 0.49 0.15 123.72 0.6 0.63
Hex 68 D9 6F 34 0 31 F 7C 3C 3F
Octal 150 331 157 64 0 61 17 174 74 77
Binary 1101000 11011001 1101111 110100 0 110001 1111 1111100 111100 111111

Color Harmonies of #68D96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D96F

Black with #68D96F

Text Example


Text Example

White with #68D96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,217,111); }

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

background-color css

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

 a { background-color: rgb(104,217,111); }

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

border-color css

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

 span { border-color: rgb(104,217,111); }

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