#68D572

Color #68D572 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #68D572

Tints of Pastel Green #68D572

Color information

#68D572 (or 0x68D572) is unknown color: approx Pastel Green. HEX triplet: 68, D5 and 72. RGB value is (104,213,114). Sum of RGB (Red+Green+Blue) = 104+213+114=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #68D572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D572 is #972A8D. Grayscale: #A9A9A9. Windows color (decimal): -9906830 or 7525736. OLE color: 7525736.

HSL color Cylindrical-coordinate representation of color #68D572: hue angle of 125.5º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D572 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB104213114-
CMYK0.5100.460.16
HSL125.5º56.48%62.16%-
HSV(B)125.5º51.17%83.53%-
XYZ32.5451.7524.19-
YUV169.1296.8981.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.13%
GREEN value IS 213 (83.59% from 255) = 49.42%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=24.13%
G=49.42%
B=26.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042131140.5100.460.16125.556.4862.16
Hex68D5723302E107e383e
Octal15032516263056201767076
Binary11010001101010111100101100110101110100001111110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,213,114); }

 H1.HeaderClassName
 {
   color: #68D572;
 }
 .AnyTagClassName
 {
   color: #68D572;
 }
</style>
background-color css

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

 a { background-color: rgb(104,213,114); }

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

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

 span { border-color: rgb(104,213,114); }

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