Html Css Color HEX #68D970 Pastel Green

📋 copy color: '#68D970'

red 104 ◦ green 217 ◦ blue 112

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

Shades of Pastel Green #68D970

Tints of Pastel Green #68D970

RGB

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

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

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

R = 24.02%
G = 50.12%
B = 25.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#68D970 (or 0x68D970) is known color: Pastel Green. HEX triplet: 68, D9 and 70. RGB value is (104,217,112). Sum of RGB (Red+Green+Blue) = 104+217+112=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #68D970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D970 is #97268F. Grayscale: #ABABAB. Windows color (decimal): -9905808 or 7395688. OLE color: 7395688.

HSL color Cylindrical-coordinate representation of color #68D970: hue angle of 124.25º 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 #68D970 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 217 112 -
CMYK 0.52 0 0.48 0.15
HSL 124.25º 0.6% 0.63% -
HSV(B) 124.25º 0.52% 0.85% -
XYZ 33.45 53.74 23.94 -
YUV 171.24 94.56 80.04 -
System Red Green Blue C M Y K H S L
Decimal 104 217 112 0.52 0 0.48 0.15 124.25 0.6 0.63
Hex 68 D9 70 34 0 30 F 7C 3C 3F
Octal 150 331 160 64 0 60 17 174 74 77
Binary 1101000 11011001 1110000 110100 0 110000 1111 1111100 111100 111111

Color Harmonies of #68D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D970

Black with #68D970

Text Example


Text Example

White with #68D970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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