#68DC56

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

Shades of Pastel Green #68DC56

Tints of Pastel Green #68DC56

Color information

#68DC56 (or 0x68DC56) is unknown color: approx Pastel Green. HEX triplet: 68, DC and 56. RGB value is (104,220,86). Sum of RGB (Red+Green+Blue) = 104+220+86=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DC56 is #9723A9. Grayscale: #AAAAAA. Windows color (decimal): -9905066 or 5692520. OLE color: 5692520.

HSL color Cylindrical-coordinate representation of color #68DC56: hue angle of 111.94º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68DC56 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB10422086-
CMYK0.5300.610.14
HSL111.94º65.69%60%-
HSV(B)111.94º60.91%86.27%-
XYZ32.9854.817.64-
YUV170.0480.5780.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.37%
GREEN value IS 220 (86.33% from 255) = 53.66%
BLUE value IS 86 (33.98% from 255) = 20.98%
R=25.37%
G=53.66%
B=20.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal104220860.5300.610.14111.9465.6960
Hex68DC563503DE70423c
Octal150334126650751616010274
Binary11010001101110010101101101010111101111011100001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,220,86); }

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

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

 a { background-color: rgb(104,220,86); }

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

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

 span { border-color: rgb(104,220,86); }

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