#68dc5c

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

Shades of Pastel Green #68DC5C

Tints of Pastel Green #68DC5C

Color information

#68DC5C (or 0x68DC5C) is unknown color: approx Pastel Green. HEX triplet: 68, DC and 5C. RGB value is (104,220,92). Sum of RGB (Red+Green+Blue) = 104+220+92=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DC5C is #9723A3. Grayscale: #ABABAB. Windows color (decimal): -9905060 or 6085736. OLE color: 6085736.

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

Color convert

RGB10422092-
CMYK0.5300.580.14
HSL114.38º64.65%61.18%-
HSV(B)114.38º58.18%86.27%-
XYZ33.2354.918.97-
YUV170.7283.5780.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25%
GREEN value IS 220 (86.33% from 255) = 52.88%
BLUE value IS 92 (36.33% from 255) = 22.12%
R=25%
G=52.88%
B=22.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal104220920.5300.580.14114.3864.6561.18
Hex68DC5C3503AE72413d
Octal150334134650721616210175
Binary11010001101110010111001101010111010111011100101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68dc5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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