#68D65D

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

Shades of Pastel Green #68D65D

Tints of Pastel Green #68D65D

Color information

#68D65D (or 0x68D65D) is unknown color: approx Pastel Green. HEX triplet: 68, D6 and 5D. RGB value is (104,214,93). Sum of RGB (Red+Green+Blue) = 104+214+93=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #68D65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D65D is #9729A2. Grayscale: #A7A7A7. Windows color (decimal): -9906595 or 6149736. OLE color: 6149736.

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

Color convert

RGB10421493-
CMYK0.5100.570.16
HSL114.55º59.61%60.2%-
HSV(B)114.55º56.54%83.92%-
XYZ31.7351.8318.69-
YUV167.3286.0682.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.30%
GREEN value IS 214 (83.98% from 255) = 52.07%
BLUE value IS 93 (36.72% from 255) = 22.63%
R=25.30%
G=52.07%
B=22.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal104214930.5100.570.16114.5559.6160.2
Hex68D65D3303910733c3c
Octal15032613563071201637474
Binary11010001101011010111011100110111001100001110011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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