#68D664

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

Shades of Pastel Green #68D664

Tints of Pastel Green #68D664

Color information

#68D664 (or 0x68D664) is unknown color: approx Pastel Green. HEX triplet: 68, D6 and 64. RGB value is (104,214,100). Sum of RGB (Red+Green+Blue) = 104+214+100=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #68D664 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D664 is #97299B. Grayscale: #A8A8A8. Windows color (decimal): -9906588 or 6608488. OLE color: 6608488.

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

Color convert

RGB104214100-
CMYK0.5100.530.16
HSL117.89º58.16%61.57%-
HSV(B)117.89º53.27%83.92%-
XYZ32.0651.9620.4-
YUV168.1189.5682.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.88%
GREEN value IS 214 (83.98% from 255) = 51.20%
BLUE value IS 100 (39.45% from 255) = 23.92%
R=24.88%
G=51.20%
B=23.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042141000.5100.530.16117.8958.1661.57
Hex68D6643303510763a3e
Octal15032614463065201667276
Binary11010001101011011001001100110110101100001110110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,214,100); }

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

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

 a { background-color: rgb(104,214,100); }

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

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

 span { border-color: rgb(104,214,100); }

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