#68D861

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

Shades of Pastel Green #68D861

Tints of Pastel Green #68D861

Color information

#68D861 (or 0x68D861) is unknown color: approx Pastel Green. HEX triplet: 68, D8 and 61. RGB value is (104,216,97). Sum of RGB (Red+Green+Blue) = 104+216+97=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #68D861 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D861 is #97279E. Grayscale: #A9A9A9. Windows color (decimal): -9906079 or 6412392. OLE color: 6412392.

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

Color convert

RGB10421697-
CMYK0.5200.550.15
HSL116.47º60.41%61.37%-
HSV(B)116.47º55.09%84.71%-
XYZ32.4252.9219.81-
YUV168.9587.3981.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.94%
GREEN value IS 216 (84.77% from 255) = 51.80%
BLUE value IS 97 (38.28% from 255) = 23.26%
R=24.94%
G=51.80%
B=23.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal104216970.5200.550.15116.4760.4161.37
Hex68D86134037F743c3d
Octal15033014164067171647475
Binary1101000110110001100001110100011011111111110100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,216,97); }

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

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

 a { background-color: rgb(104,216,97); }

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

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

 span { border-color: rgb(104,216,97); }

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