#68D57E

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

Shades of Pastel Green #68D57E

Tints of Pastel Green #68D57E

Color information

#68D57E (or 0x68D57E) is unknown color: approx Pastel Green. HEX triplet: 68, D5 and 7E. RGB value is (104,213,126). Sum of RGB (Red+Green+Blue) = 104+213+126=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #68D57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D57E is #972A81. Grayscale: #AAAAAA. Windows color (decimal): -9906818 or 8312168. OLE color: 8312168.

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

Color convert

RGB104213126-
CMYK0.5100.410.16
HSL132.11º56.48%62.16%-
HSV(B)132.11º51.17%83.53%-
XYZ33.2752.0428.03-
YUV170.49102.8980.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.48%
GREEN value IS 213 (83.59% from 255) = 48.08%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=23.48%
G=48.08%
B=28.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042131260.5100.410.16132.1156.4862.16
Hex68D57E330291084383e
Octal15032517663051202047076
Binary110100011010101111111011001101010011000010000100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,213,126); }

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

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

 a { background-color: rgb(104,213,126); }

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

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

 span { border-color: rgb(104,213,126); }

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